jQuery knowledge

libmw發表於2014-05-20

I have used jquery for many years, but didn't list the problem I ever meeting, so here is a list of the issues which I have meet in jQuery.

 

1. The remove method return the deleted jQuery object.But the calling on this object like prev、next、parent will return nothing because this object is already removed from the dom tree.

相關文章