[jQuery] Copying menu item from one menu to another
Hi,
Let's say I have a SELECT menu with id = "fromMenu" and if a user
clicks the "Add" button, I want the selected menu item from the
"fromMenu" to be appended as the last item in antoher menu with id =
"toMenu".
I'm sure this is simple. How can it be done?
Thanks, - Dave