jquery insertAfter() method
Translation results:
insert
UK[ɪnˈsɜ:t] US[ɪnˈsɜ:rt]
vt.Insert; embed; (in the article) add; insert
n. Insertion; addition (especially a small picture inserted or overprinted in a page of printed pictures); (book or newspaper) insert; addition
after
UK[ˈɑ:ftə(r)] US[ˈæftə(r)]
prep.…After; (indicates time) after…; (indicates position, order) in …behind
conj.after…
adv.after, following
adj.later,later
jquery insertAfter() methodsyntax
Function: insertAfter() method inserts HTML tags or existing elements after the selected element. If this method is used on existing elements, the elements will be moved from their current position and added after the selected element.
Syntax: $(content).insertAfter(selector)
## Parameters:
Description | |
Required. Specifies the content to be inserted. Possible values: Selector expression HTML tag | |
Required. Specifies where to insert the selected element |