Hello,
This is my first post to the group so if I say or write inappropriate
please understand.
I am new to the jQuery and jQuery UI and having trouble using the
script.
I think it's fairly simple matter but i just can't figure it out so
any help will be greatly appreciate.
What I am trying to do here is to duplicate a li tag once it's moved
from the origianl position.
the code is below.
------------------------------------- Scirpt
------------------------------------------------
if ($("#column1").children(".color-divider").size() == 0) {
$(".color-divider").eq(0).clone(true).prependTo("#column1");
------------------------------------- End of Scirpt
---------------------------------------
this code works and every function(edit,remove etc) is cloned except
drag and drop.
when i check the page with firebug, it say's cloned element's
constructor is HTMLLIElement
if there is method to clone element WITH drag and drop function,
please let me know
thanks in advance
Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---