InterviewSolution
Saved Bookmarks
| 1. |
Tell Me What Does Dollar Sign ($) Means In Jquery? |
|
Answer» DOLLAR Sign is NOTHING but it's an alias for JQuery. Take a LOOK at below jQuery code.
Over here $ sign can be replaced with "jQuery" keyword.
Dollar Sign is nothing but it's an alias for JQuery. Take a look at below jQuery code. Over here $ sign can be replaced with "jQuery" keyword. |
|