Tutorialsplane

$(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




<title>jQuery $(this) Example</title>
 
 
  
	

 
Click this element to invoke me..




             

Try it »