IE8 doesn't set value of an input
Posted
by Omu
on Stack Overflow
See other posts from Stack Overflow
or by Omu
Published on 2010-05-20T12:55:45Z
Indexed on
2010/05/20
13:00 UTC
Read the original article
Hit count: 114
jQuery
|internet-explorer-8
I some divs with forms inside of them and i do have inputs with same ids but in different divs and forms so do like this:
$("divEdit form #ParentId").val(12);
it works on chrome/mozilla but not on IE8
anybody knows why ?
© Stack Overflow or respective owner