javascript - function with radiobuttons groups -


welcome

i have problem. i'm trying build javascript function retrieve me selected radiobutton value div dynamically, after page loads. on side have several groups radiobutton. function check radiobutton selected, regardless of group , return value div. additionally, not selected range value has been added same div.

function returnradio(){     return $('div :radio:checked'); // can use class or id div }  returnradio(); 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -