Tag Archives: this selector jquery

$(this) Selector in jQuery


$(this) – selector is used to select the current element in the page.


Syntax : $(this) Selector in jQuery

$(this) Selector in jQuery Example


 
 
  
	

 
Click this element to invoke me..




             

Try it »