W3Schools.com

jQuery HTML prependTo() Method

jQuery HTML Methods jQuery HTML Methods

Example

Insert content at the beginning of each p element:

$("button").click(function(){
  $("<b>Hello World!</b>").prependTo("p");
});

Try it yourself »

Definition and Usage

The prependTo() method inserts specified content at the beginning of (but still inside) the selected elements.

Tip: The prepend() and prependTo() methods does the same thing. The difference is in the syntax: the placement of the content and selector, and that prepend() can insert content using a function.


Syntax

$(content).prependTo(selector)

Parameter Description
content Required. Specifies the content to insert (can contain HTML tags)
selector Required. Specifies on which elements to insert the content


jQuery HTML Methods jQuery HTML Methods


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE