click - Jquery Onclick and reference to the object clicked -


I have found the following jQuery expression, inside the function, I need to reference the object that was clicked to do this The way?

  $ ('# tag list took'). Click (function () {/ * content * /});  

Use

   $ (this) < / Strong>  


Comments