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