Skip to main content

Bug Tracker

Side navigation

#9791 closed bug (invalid)

Opened July 10, 2011 07:17AM UTC

Closed July 10, 2011 02:16PM UTC

Uncaught exception: TypeError: Cannot convert 'selector' to object

Reported by: anonymous Owned by:
Priority: low Milestone: 1.next
Component: event Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

something wrong with .live()?

Opera's error console: http://pastebin.com/8JLSiNXb

code: http://pastebin.com/J5mgdrQY

Attachments (0)
Change History (1)

Changed July 10, 2011 02:16PM UTC by dmethvin comment:1

component: unfiledevent
priority: undecidedlow
resolution: → invalid
status: newclosed
$("#search_results").live();

That is not correct usage, you must pass arguments.

http://api.jquery.com/live/