Hi All, Can anyone tell me how can i clone an element and then change its id. Can anyone provide me with some sample code. i want to generate a clone with a different id the code given below.
$("#Normal_Tag1_div").draggable({
helper:'clone',
revert: 'invalid'
});