jQuery attr command

Posted by senzacionale on Stack Overflow See other posts from Stack Overflow or by senzacionale
Published on 2010-06-02T11:36:22Z Indexed on 2010/06/02 11:43 UTC
Read the original article Hit count: 212

Filed under:
|

I want to add a value to the onchange event, but the JS code has errors

$(args).attr('onChange', 'setTimeout('__doPostBack(\'ctl00$cpBody$txtDate\',\'\')', 0)');

anyone see error?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery