Changeset 9269 for freepbx

Show
Ignore:
Timestamp:
03/18/10 04:26:23 (3 years ago)
Author:
mbrevda
Message:

this is probobly the more correct selector for help bubbles

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/common/script.legacy.js

    r9268 r9269  
    667667   
    668668  //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(){ 
    670670    $(this).find("span").stop(true, true).delay(500).animate({opacity: "show"}, 750); 
    671671    }, function() {