1

enter image description here

I am using jQuery selector to select my radio button by name and value, and i am using the code that i found on jquery: select input with given name and value

But it give me an error, my name and value are match with the code: enter image description here

3
  • 1
    Try $("input[name='q_2'][value='Rerum.....']") values within quotes.. Commented Oct 5, 2015 at 3:31
  • 1
    @GuruprasadRao thx it works Commented Oct 5, 2015 at 3:33
  • anytime.. Happy coding.. :) Commented Oct 5, 2015 at 3:33

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.