Side navigation
#5828 closed bug (invalid)
Opened January 15, 2010 07:42PM UTC
Closed August 14, 2010 07:22PM UTC
show("normal"), hide("normal"), toggle("normal") not working.
Reported by: | streetlogics | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | effects | Version: | 1.4 |
Keywords: | show, hide, toggle | Cc: | |
Blocked by: | Blocking: |
Description
Was previously using jquery 1.3.2 and ui 1.7.3.
Just updated this morning to:
jquery-1.4
and ui (trunk revision).
Steps to replicate:
include core jquery (1.4)
include core ui
include widget ui
include effects core ui
include explode, scale, slide effects
Try to use $("#element").toggle("normal");
observe: nothing happens.
Not a bug with jQuery, but with jQuery UI.