triggering onchange event

Posted by Ravi on Stack Overflow See other posts from Stack Overflow or by Ravi
Published on 2010-03-11T21:37:24Z Indexed on 2010/03/11 21:39 UTC
Read the original article Hit count: 448

Filed under:
|

Hello All, I'm not able to get the below code to work.

$("#grid_table td:nth-child(10) input").live("onchange",function () {
    alert("changed");
});

am I missing something here? Thanks.

Ravi

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript