Opened 10 years ago
Closed 10 years ago
#13266 closed bug (duplicate)
live()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
iam using var tex=$("#textboxid"); tex.live('keypress',function(e) {
e.keyCode>57) |
then stoppropgation then return false }); method on some text box object it works proprly in jquery1.8.3 but now i changed my jquery version src from 1.8.3 to 1.9.0 but it not worked .in browser tool shows error follows [Uncaught TypeError: Object [object Object] has no method 'live' ] ,so please clarify my doubt.
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Resolution: | notabug |
---|---|
Status: | closed → reopened |
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #13213.
Note: See
TracTickets for help on using
tickets.
http://jquery.com/upgrade-guide/1.9/#live-removed