https://www.javatpoint.com/jquery-interview-questions
1) What is jQuery?
2) Is jQuery a programming language?
3) What is the difference between JavaScript and jQuery?
4) Is jQuery replacement of JavaScript?
5) Why do we use jQuery?
6) What is $() in jQuery library?
7) What are the effects methods used in jQuery?
8) What is the use of toggle() method in JQuery?
9) What is the purpose of fadeToggle() method in JQuery?
10) What is the use of delay() method in JQuery?
11) Is it possible that jQuery HTML work for both HTML and XML document?
12) What is the use of html() method in JQuery?
13) What is the use of css() method in JQuery?
14) Is jQuery library used for server scripting or client scripting?
15) Is jQuery a W3C standard?
16) What is the starting point of code execution in jQuery?
17) What is the basic requirement to start with the jQuery?
18) Can you use any other name in place of $ (dollar sign) in jQuery?
19) Can you use multiple document.ready() function on the same page?
20) What is the difference between find and children methods?
21) What is a CDN?
22) What is the goal of CDN and what are the advantages of using CDN?
23) How can you use a jQuery library in your project?
24) What are the selectors in jQuery? How many types of selectors in jQuery?
25) What is a use of jQuery filter?
26) What are the different types of selectors in jQuery?
27) What is the difference between the ID selector and class selector in jQuery?
28) What is the use of serialize() method in JQuery?
29) What is the use of val() method in JQuery?
30) How to add and remove CSS classes to an element using jQuery?
31) Can you write a jQuery code to select all links inside the paragraph?
32) What is the difference between prop and attr?
33) What are the two types of CDNs?
34) What is the use of the animate() method in jQuery?
35) How can you disable jQuery animation?
No comments:
Post a Comment