Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

What is the use of the $() function in jQuery?

3 Posts
3 Users
0 Reactions
142 Views
Posts: 461
Topic starter
(@dinesha-g)
Reputable Member
Joined: 2 years ago

$() function in jQuery

2 Replies
Posts: 52
(@chitravarsha15)
Trusted Member
Joined: 2 years ago

A copy of a jQuery object is made when it is supplied to the $() function. The initial DOM elements are still referenced by this new jQuery object.

Reply
Posts: 173
(@princy)
Estimable Member
Joined: 2 years ago

In order to transform things into their jQuery counterparts, the $() function is utilised as a wrapper. Users can now call any method that is specified for the jQuery object thanks to this action.

Reply
Share: