Friday, August 12, 2011

[jQuery] 清空append 了的內容 (Clear append)

$('your_selector').empty();
Use your selector name to replace "your_selector",
than it will clear the content that you appended by using jQuery.

No comments :

Post a Comment