Add Class In Select tag
-
Hi,
I am having a problem with my select tag. I want something like this with JavaScript or jQuery.
Currently I have like this..
<select id=”good”>
<option>…..</option>
</select>
<select id=”good”>
<option>…..</option>
</select>I want like this…
<select id=”good” class=”one1″>
<option>…..</option>
</select>
<select id=”good” class=”one2″>
<option>…..</option>
</select>I want to add different class name where my both Select has same ID
Can you please provide a javascript or jquery code about it??
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add Class In Select tag’ is closed to new replies.