the selector in JavaScript
Posted
by Small Wolf
on Stack Overflow
See other posts from Stack Overflow
or by Small Wolf
Published on 2010-06-09T06:41:53Z
Indexed on
2010/06/09
6:52 UTC
Read the original article
Hit count: 210
JavaScript
|jQuery
I want to get the object of this code ,
<input class="radio"
id="conversation_sub_kind_id_208"
name="conversation[sub_kind_id]"
onclick="set_department_name('department_name208')"
type="radio"
value="208" />
I want to use jQuery Framework to get the object, like the document.getElementbyTagName("conv...");
what should i do in here?
Thank you, and best regards!
© Stack Overflow or respective owner