Opened 11 years ago
Closed 11 years ago
#11710 closed bug (invalid)
TypeError: kav_vkList.this is undefined Line 89
Reported by: | 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!
Change History (2)
comment:1 follow-up: 2 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
.click()
takes a function, not an object. Your example isn't even valid JavaScript.
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/TheBuzzer/bWAGB/
If you put firebug, you'll see the error!!!