I have a radio button that looks like this:
<input class="MCQRadio" id="MCQ" mcq-id="1" name="MCQ" question-id="1" type="radio" value="MCQ" /> MCQ
[EDIT]
When i click the radiobutton, and several radio buttons have the same class name, how do i retrive the question-id value and mcq-id value from the specific button? Preferably with jQuery.
I have already set up a click handler like this:
$(document).ready(function () {
$('.MCQRadio').click(function () {