append
UK[əˈpend] US[əˈpɛnd]
vt.Append;add;paste;sign (name)
to
UK[tə] US[tu,tə]
prep.To; toward, toward; about;belongs to
adv.Toward one directional; to a certain state; to close
jquery appendTo() method syntax
Function: The appendTo() method inserts the specified content at the end of the selected element (still inside). Tip: The append() and appendTo() methods perform the same task. The differences are: the positioning of content and selectors, and the ability to use the append() function to append content.
Syntax: $(content).appendTo(selector
##Parameters:
Description | |
Required. Specifies the content to be inserted (can include HTML tags). | |
Required. Specifies which element to append the content to. |