answersLogoWhite

0

The standard shortcut for the jQuery function provided by the jQuery library is $. For instance:

$('p').css('color','red');

Would select every paragraph on the page, and change it's font color to red. This line is exactly the same as:

jQuery('p').css('color','red');

Often the $ is used by other libraries, so it may be turned off in jQuery in "noConfilct" mode.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
JudyJudy
Simplicity is my specialty.
Chat with Judy

Add your answer:

Earn +20 pts
Q: Which sign does jQuery use as a shortcut for jQuery?
Write your answer...
Submit
Still have questions?
magnify glass
imp