Widget:WJG Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 370: | Line 370: | ||
chooseExamOptions(event.data); | chooseExamOptions(event.data); | ||
displayVals(); | |||
iCheckBox=" <div id = 'iCheckBox'"+ | |||
" <input type='checkbox'> " + | |||
"<input type='checkbox' checked> " + | |||
"<input type='radio' name='iCheck'>" + | |||
"<input type='radio' name='iCheck' checked>" + | |||
"/<div>"; | |||
$("#exam").html(iCheckBox); | |||
} | } | ||
Line 390: | Line 398: | ||
"</select>"); | "</select>"); | ||
$("#exam").append("<div id='displayVals'></div>"); | $("#exam").append("<div id='displayVals'></div>"); | ||
} | } | ||