jQuery Interview Questions
Questions Answers Views Company eMail

Why there are two different version of jQuery library?

1 1838

What is a CDN?

1 1828

Which are the popular jQuery CDN? and what is the advantage of using CDN?

1 2626

How to load jQuery from CDN?

1 1839

How to load jQuery locally when CDN fails?

1 2330

What are selectors in jQuery and how many types of selectors are there?

1 2058

How do you select element by ID in jQuery?

1 1830

What does $("div") will select?

1 2984

How to select element having a particular class (".selected")?

1 2422

What does $("div.parent") will select?

1 2000

What are the fastest selectors in jQuery?

1 3040

What are the slow selectors in jQuery?

1 3100

How jQuery selectors are executed?

1 3401

Which is fast document.getElementByID('txtName') or $('#txtName').?

1 2495

Difference between $(this) and 'this' in jQuery?

1 2049


Post New jQuery Questions

Un-Answered Questions { jQuery }

Explain the advantages of jquery?

710


How to write browser specific code using jquery? : jquery mobile

638


How do you add an HTML element in DOM tree?

680


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

642


What is each() function in jQuery? How do you use it?

610


Change the url for a hyperlink using jquery?

655


In what scenarios jQuery can be used?

700


What is .detach()? : jquery mobile

695


Can you give me a brief history of your programming days? Where did it all start?

763


Mention some advantages of jquery.

679


What is the difference between text() and html() in jquery?

623


How can you use a jquery library in your project?

598


Give a brief idea about jquery mobile? : jQuery Mobile

583


Explain deferred and promise object in jquery? : jquery mobile

613


What are the four parameters used for jQuery Ajax method?

628