Side navigation
#11710 closed bug (invalid)
Opened May 06, 2012 06:05PM UTC
Closed May 06, 2012 06:40PM UTC
TypeError: kav_vkList.this is undefined Line 89
Reported by: | TheBuzzer@videotron.ca | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Problem on line 3241 of the latest jquery of development file!
Attachments (0)
Change History (2)
Changed May 06, 2012 06:16PM UTC by comment:1
Changed May 06, 2012 06:40PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
.click()
takes a function, not an object. Your example isn't even valid JavaScript.
http://jsfiddle.net/TheBuzzer/bWAGB/
If you put firebug, you'll see the error!!!