Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

$("#id").val() issue in IE6 And above #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.$("#id").val() in IE6 o/p="12121" string
2.$("#id").val() in IE7 and IE8 o/p [0] ="12121" array.

What is the expected output? What do you see instead?
Get the same output for all version.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by woodson....@gmail.com on 10 Mar 2010 at 6:23

GoogleCodeExporter commented 9 years ago
Isn't this a issue of jQuery?

Original comment by adrian.tosca on 20 Mar 2010 at 11:57