jQuery onclick selector doesn't work

Posted by dragonfly on Stack Overflow See other posts from Stack Overflow or by dragonfly
Published on 2010-05-06T15:14:15Z Indexed on 2010/05/06 15:18 UTC
Read the original article Hit count: 245

Filed under:
|

Hi, I have a selector:

$("input[type='button'][onclick^='save']")

and it works in FF but on IE...

There is something wrong with onclick selector part. Is there a way to make cross-browser workaround?

Thanks Pawel

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-selectors