Changeset 9269
- Timestamp:
- 03/18/10 03:26:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js
r9268 r9269 667 667 668 668 //help tags. based on: http://www.dvq.co.nz/jquery/create-a-jquery-popup-bubble-effect/ 669 $(" .info,a").hover(function(){669 $("a.info").hover(function(){ 670 670 $(this).find("span").stop(true, true).delay(500).animate({opacity: "show"}, 750); 671 671 }, function() {
