1
Answer

this code is not work.....

Photo of Gaurav Raj

Gaurav Raj

6y
666
1
var table = $(".myclass .myclass1 ").eq(4).clone(true);
$(".jamm", table).html("helloo");
$("#tt").append(table).append("<br />");
 
structrure are append but helloo are not append
plz.... help me

Answers (1)