SyntaxFix
Write A Post
Hire A Developer
Questions
The $ is just a function. It is actually an alias for the function called jQuery, so your code can be written like this with the exact same results:
$
jQuery
jQuery('#Text').click(function () { jQuery('#Text').css('color', 'red'); });