Side navigation
#14651 closed bug (duplicate)
Opened December 23, 2013 01:39PM UTC
Closed December 23, 2013 04:07PM UTC
influence versions
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | dbr | Cc: | |
Blocked by: | Blocking: |
Description
Why does not the code versions
jquery-1.10.2.min.js or jquery-2.0.3.min.js,
ie version 1.8.3 . and below works ,
such as the version of jquery-1.9.1, jquery-1.10.1, jquery-1.10.2, jquery-2.01, jquery-1.10.2.min.js, jquery-2.0.3.min.js and etc . - ''Does not work''
''Code versions''
jquery-1.6.4
jquery-1.7.2
jquery-1.8.3
works as expected , ie when you click on the link that contains the input type = "radio", and not only just for input type = "radio" is switching
as for example with the version jquery-1.9.1, jquery-1.10.1, jquery-1.10.2, jquery-2.01, jquery-1.10.2.min.js, jquery-2.0.3.min.js etc . - Not running.
The code checks in browsers IE11 (ver 11.0.9600) and Google Chrome (ver 31.0.1650.63m)
OS: Windows 7
Expected Behavior:
1. Click on the current link containing input type = "radio", making it tagged .
2 . In reality this does not happen with versions starting with jquery-1.9.1 and above.
Example here :[ http://jsfiddle.net/hvt84/]