Copying the contents of one combo box to another January 31
Quick code tip on how to copy the contents of a combo box (HTML Select) to another. Using JQuery, of course.
$(”#NewCombo”).html($(”#OriginalCombo”).html());
I use this for forms with several date pickers, country pickers etc.
This post brought to you by WeGotDomain.com - Over 10,000 Aged domains for sale!
Related posts:
');
If you liked this, then subscribe to my RSS feed