jQuery Tutorial plus Question:
Download Job Interview Questions and Answers PDF
How to print some thing on console using jquery?
Answer:
var mydiv = $(\"#divid\").html();
console.log(mydiv);
console.log(mydiv);
Download jQuery Interview Questions And Answers
PDF
Previous Question | Next Question |
How to scroll smothly to a div using jquery? | Explain the difference between jQuery's ready and holdReady? |