After (Content | fn): Insert content after each matching element
InsertAfter (content):
Inserts all matching elements into another, after the specified set of element elements
In fact, using this method reverses the normal $ (A). After (b) operation, that is, instead of inserting b behind a, insert a into the back of B
In jquery 1.3.2, AppendTo, Prependto, InsertBefore, InsertAfter, and ReplaceAll have become a destructive operation, and to select previously selected elements, use the end () method, see Example two of the AppendTo method
Instance:
;} Html{font:15px/1.2em ' Courier New '; color: #666; width:750px;margin:25px auto;} ul{list-Style:none;} . Hover{color: #FF96EC;}</style><script type= ' Text/javascript ' > $(function(){ $('. Active '). After ($ (' #append '))); $(' P '). InsertAfter ($ ('. Active '))); });</script>
[jquery document processing InsertAfter (content) after (CONTENT|FN)] This method is used to insert all matching elements into another, the specified element element, after the collection of elements, for external insertion