jonathan442
08-24-2010, 07:55 PM
Hi
I am new to javascript and designing websites as a whole. I have been playing around with a drag and drop java script from this site:
http://www.redips.net/javascript/drag-and-drop-table-content/
A switch content setting is currently available to check in a checklist:
<input name="drop_option" type="radio" class="checkbox" title="Switch content" onclick="set_drop_option(this)" value="switch"/>
I wan it to run without any checklist or button whatsoever just from the page load. I am not sure how I would do this. Any suggestions?
Thank you
Jonathan
I am new to javascript and designing websites as a whole. I have been playing around with a drag and drop java script from this site:
http://www.redips.net/javascript/drag-and-drop-table-content/
A switch content setting is currently available to check in a checklist:
<input name="drop_option" type="radio" class="checkbox" title="Switch content" onclick="set_drop_option(this)" value="switch"/>
I wan it to run without any checklist or button whatsoever just from the page load. I am not sure how I would do this. Any suggestions?
Thank you
Jonathan