Opened 10 years ago
Closed 10 years ago
#13524 closed bug (notabug)
Jquery and Jquery UI conflict !
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After including also jquery UI in my page, the STEP function in the .hide() and .show() is not firing anymore.
Before Jquery UI : -->
$('.selector').hide({step:function(){ alert('im OK'); }});
After including also UI -->
$('.selector').hide({step:function(){ alert('im OK'); }});
Not alerting !!
Note: See
TracTickets for help on using
tickets.
You should file a bug against jQuery UI since that's where the problem is: http://bugs.jqueryui.com/