Skip to main content

Bug Tracker

Side navigation

#13266 closed bug (duplicate)

Opened January 19, 2013 07:34AM UTC

Closed March 26, 2013 04:18PM UTC

live()

Reported by: sai.padamati@gmail.com 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)

{

if(e.keyCode<48 ||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.

Attachments (0)
Change History (3)

Changed January 19, 2013 02:31PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

Changed March 26, 2013 04:18PM UTC by rwaldron comment:2

resolution: notabug
status: closedreopened

Changed March 26, 2013 04:18PM UTC by rwaldron comment:3

resolution: → duplicate
status: reopenedclosed

Duplicate of #13213.