What is $('div')? : jquery mobile



What is $('div')? : jquery mobile..

Answer / Renu Saini

$('div') is a jQuery selector that selects all `<div>` elements in the current HTML document.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Can you call C# code-behind method using jQuery? If yes,then how?

1 Answers  


What is the use of clone method in jQuery?

1 Answers  


Does jquery 2.0 supports ie? : jquery mobile

1 Answers  


Difference Between Prop and Attr in jQuery?

1 Answers  


Is it possible to use jquery to make ajax request? : jquery mobile

1 Answers  


Why is the block display style used for animations?

1 Answers  


How can we apply css in last child of parent using jquery library?

1 Answers  


What is the difference between map and grep function in jquery?

1 Answers  


How does the jQuery pushStack function work?

1 Answers  


Do you know what is the use of jquery.data()?

1 Answers  


How to set attributes of an element using jquery?

1 Answers  


How to disable jQuery animation?

2 Answers  


Categories