Search and Top Navigation
#5834 closed bug (duplicate)
Opened July 16, 2010 09:30PM UTC
Closed July 17, 2010 12:23AM UTC
Last modified October 11, 2012 09:15PM UTC
effect "Option" argument are not optional
Reported by: | alaing | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.effects.core | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi
I used $('#foo').effect('explode',300,function(){alert('Hello');});
and got no alert I had to include the options and then I got the alert
$('#foo').effect('explode',{},300,function(){alert('Hello');});
Duplicate of #5731.