%PDF- %PDF-
| Direktori : /var/www/pjold/public/a/js/ |
| Current File : /var/www/pjold/public/a/js/demo_tables.js |
function delete_row(row){
var box = $("#mb-remove-row");
box.addClass("open");
box.find(".mb-control-yes").on("click",function(){
box.removeClass("open");
$("#"+row).hide("slow",function(){
$(this).remove();
});
});
}