Knowledge Walls
Ammu
Hyderabad, Andhra Pradesh, India
Passcode:
Before and after in JQuery of JQuery
2509 Views
$("button").click(function(){
  $("p").before("<p>Hello world!</p>");
});


$("button").click(function(){
  $("p").after("<p>Hello world!</p>");
});
$("p").text(); to get text

$("p").text("hello); to set text

let design={
color:"blue";
}

$(h1).css(design);
datepicker();
Next Topics
Next lessons of current book.
JQuery of JQuery
Previous Topics
Previous lessons of current book.
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
Best Lessons of "JQuery"
Top lessons which are viewed more times.
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details