Skip to main content

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');});

Attachments (0)
Change History (2)

Changed July 17, 2010 12:23AM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5731.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted