$(document).ready(function(){$("input[rel=do_notesu]").click(function(){var a=$(this).attr("checked")?"add":"del",b=$(this).parents("tr:eq(0)");$.ajax({url:"/notes_oferty.php",type:"GET",data:{act:a,id:$(this).val(),idf:$(this).attr("name")},success:function(c){a==="del"&&alert(c);a=="del"&&typeof window.deleteRow=="function"&&deleteRow(b)}})})});