⟩ How you print some thing on console using jquery?
var mydiv = $("#divid").html();
console.log(mydiv);
var mydiv = $("#divid").html();
console.log(mydiv);
Why we need jQuery Mobile?
How to divide a page into parts using jQuery Mobile?
Explain CDN?
What are two different version of jQuery library?
Explain why there are two different version of jQuery library?
Can you please explain the difference between prop and attr?
Explain .delegate()?
Can you please explain the difference between body onload() and document.ready() function?
Can you please explain the difference between .js and .min.js?
IS it possible to use our own specific character in the place of $ sign in jQuery?