Opened 10 years ago
Closed 10 years ago
#12684 closed bug (notabug)
Unrecognised Expression:input:radion[name=id]
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have changed my jquery version from 1.4.2 to 1.8.2 and getting the above error for the below piece of code
$(document).ready(function(){{
$('input[name={0}]:radio').change(function(){{
..code... }} where {0} is passed as a parameter. in my code {0} is getting replaced by ct100$pageContent$RadioButtonList.
This was working fine with 1.4.2 version.I have changed to 1.8.2 to overcome the double post back issue which is there with 1.4.2.
Can you please help me on this?
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → notabug |
Status: | new → closed |
Version: | 1.8.0 → 1.8.2 |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to try to contribute to the jQuery project but this is not a valid bug. This bug tracker is not a support forum, and is only for solving reproducible, verifiable bugs with jQuery Core itself.
If you require assistance with your code, try asking in the forums, #jquery on Freenode, or on StackOverflow.