Notifications
Clear all

JQuery

1 Posts
2 Users
1 Likes
244 Views
0
Topic starter

What is $() in jQuery library?

1 Answer
1

$() is a shorthand notation used in the jQuery library to reference the jQuery function. The $() function is used to select elements from the HTML DOM and apply actions or manipulations to them.

The syntax for using $() is as follows

$(selector).action();
Share: