What is the basic syntax of jQuery?

 Posted by vishalneeraj-24503 on 6/9/2014 | Category: jQuery Interview questions | Views: 2171 | Points: 40
Answer:

Syntax of jQuery:
$(selector).action()

Where $ sign indicates to define or access jQuery,
(selector) indicates to "query (or find)" our HTML elements and,
jQuery action() indicates to be performed on any controls.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response