I have a problem.
I use this code:
$( '#wall_msg').clone( true ).insertAfter( '#wall_msg' );
What can I do to set the ID for the clone and I need to fade the new item in with $.getJSON in jQuery.
$.getJSON
I hope for help. :)
$("#wall_msg").clone(true) .attr("id", "newid") .hide() .insertAfter("#wall_msg") .fadeIn();
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
3 months ago
viewed
100 times
latest activity