Jquery - selector not selecting multiple checkboxes IE

Posted by JKb on Stack Overflow See other posts from Stack Overflow or by JKb
Published on 2010-05-26T08:16:28Z Indexed on 2010/05/26 8:21 UTC
Read the original article Hit count: 142

Filed under:

In IE, The selector for multiple inputs is not working whereas in firefox it is. Below is the html.

   <td><label for="contactInfo.shippingAddress.streetAddress1" class="mandatoryText">Address Line 1<em class="reqdfields"></td>


City*

State

Zip / Postal Code

  Country

and below is jquery used -

$("*[id^='contactInfo\\.shippingAddress']").val("");

Any thoughts as to where the problem might be..

© Stack Overflow or respective owner

Related posts about jQuery