Sha256: ba1dd48949af97ee69071f0e93ddfb69fc9caf1225815bf91e2add78566a503d
Contents?: true
Size: 652 Bytes
Versions: 2
Compression:
Stored size: 652 Bytes
Contents
//http://flowplayer.org/tools/forum/30/37281 $(document).ready(function() { $(document).delegate(".has_validations", "mouseover", function() { if (!$(this).data("tooltip")) { $(this).tooltip({ effect: "fade", fadeInSpeed: 300, fadeOutSpeed: 150, opacity: 0.9, position: 'top right', offset: [ 25, 20 ], // positioning is NOT according to documentation! Should be relative to parent element but it is not.' relative: true }); $(this).trigger("mouseover"); } }); });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inline_forms-1.2.1 | lib/app/assets/javascripts/validation_tooltips.js |
inline_forms-1.2.0 | lib/app/assets/javascripts/validation_tooltips.js |