Answers

Question and Answer:

  Home  jQuery

⟩ How to print some thing on console using jquery?

var mydiv = $("#divid").html();

console.log(mydiv);

 207 views

More Questions for you: