The jQuery object 🙂
From the jQuery documentation:
By default, jQuery uses “$” as a shortcut for “jQuery”
So, using $("#id"
) or jQuery("#id")
is the same.
The jQuery object 🙂
From the jQuery documentation:
By default, jQuery uses “$” as a shortcut for “jQuery”
So, using $("#id"
) or jQuery("#id")
is the same.