$.fn.action = function () { return this.each(function () { alert($(this).attr("id")) }); };
$.fn.action = function () {return $(this).attr("id")}