Skip to main content

Bug Tracker

Side navigation

#12684 closed bug (notabug)

Opened October 09, 2012 10:59AM UTC

Closed October 09, 2012 11:54AM UTC

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?

Attachments (0)
Change History (1)

Changed October 09, 2012 11:54AM UTC by sindresorhus comment:1

component: unfiledselector
priority: undecidedlow
resolution: → notabug
status: newclosed
version: 1.8.01.8.2

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.