Side navigation
#13524 closed bug (notabug)
Opened February 27, 2013 02:19AM UTC
Closed February 27, 2013 02:50AM UTC
Jquery and Jquery UI conflict !
Reported by: | albierpatosi@gmail.com | 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 !!
Attachments (0)
Change History (1)
Changed February 27, 2013 02:50AM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
You should file a bug against jQuery UI since that's where the problem is: http://bugs.jqueryui.com/