Posts by Carol • 44 points
1 post
-
2
votes2
answers551
viewsA: What is the THIS parameter for?
In Jquery, $(this) refers to the element you are currently using. For example, if you have created a function Blur from Jquery to a given text field, instead of having to reference the field every…