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

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -