Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13148 closed bug (notabug)

show function

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:

Description

.show(effect, speed) does not seem to work in the new version when speed is an integer.

for example : .show("", 400).

I get an error "Uncaught TypeError: Property '400' of object #<Object> is not a function"

Is this an intentional change ?

Change History (1)

comment:1 Changed 10 years ago by dmethvin

Resolution: notabug
Status: newclosed

There is no .show() method in core with that signature. http://api.jquery.com/show/

Note: See TracTickets for help on using tickets.