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: 233
JavaScript
|jQuery
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