Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~416 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Tom Tolleson

I have a button that activates a script to create a new radio button. I want the radio button to be of the class draggable. However, my code isn't quite working. Any thoughts on this are appreciated. [code] <head> <script Language="JavaScript"> function modify(){ var newElem= document.createElement("radio") newElem.id = "newradio" newElem.appendChild(newElem) …

Member Avatar for uthumiram
0
416