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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -