Side navigation
#256 closed bug (duplicate)
Opened October 08, 2006 05:19PM UTC
Closed October 13, 2006 12:40PM UTC
$('something').load('test.html').show("slow") won't work
Reported by: | claudio.cicali@gmail | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ajax | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As the subject says, while $('something').load('test.html').show() (no param passed to show()) works, $('something').load('test.html').show("slow") shows nothing (and no error is triggered. Using FF 1.5.0.7
This might be fixed in conjuction with #263.