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.
http://jquery.com/upgrade-guide/1.9/#live-removed