×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Filipe Araujo
Added: Aug 11, 2012 12:35 AM
Views: 1721
  1. $(".btn").click(function ()
  2. {
  3. alert($(this).attr('id'));
  4. });