Side navigation
#13148 closed bug (notabug)
Opened January 03, 2013 03:08PM UTC
Closed January 03, 2013 03:18PM UTC
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 ?
Attachments (0)
Change History (1)
Changed January 03, 2013 03:18PM UTC by comment:1
| resolution: | → notabug |
|---|---|
| status: | new → closed |
There is no
.show()method in core with that signature. http://api.jquery.com/show/