JQuery problem IE8 name attribute
        Posted  
        
            by Parhs
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Parhs
        
        
        
        Published on 2010-03-24T09:44:43Z
        Indexed on 
            2010/03/24
            10:03 UTC
        
        
        Read the original article
        Hit count: 1157
        
Hello... In IE8 this
input.attr("name","exam.exam_Normal['" +normal_id_unique + "'].boolean_v");
Outputs this only in IE8....
<input propdescname="exam.exam_Normal['1'].boolean_v" type="hidden" value="0"/>
WHY WHY?? Why everywhere are problems... why
© Stack Overflow or respective owner