⟩ How can you create an Object in JavaScript?
JavaScript supports Object concept very well. You can create an object using the object literal as follows −
var emp = {
name: "Jhon",
age: 10
};
JavaScript supports Object concept very well. You can create an object using the object literal as follows −
var emp = {
name: "Jhon",
age: 10
};
How to set the style property of an element using jQuery?
How to get the width of an element using jQuery?
How to set the html contents of an element using jQuery?
What is jQuery plugin and what is the advantage of using plugin?
How to remove set of matched elements using jQuery?
How to check data type of any variable in jQuery?
Name some of the methods of JQuery used to provide effects?
What are the different type of selectors in Jquery?
Can you explain JQuery UI?
What are features of JQuery or what can be done using JQuery?