jQuery(document).ready(function() {
jQuery(".delete").bind("click", function() {if (confirm("Are you sure wish to delete this record?")) location.href=document.location+"&delete=1"});

jQuery("#remove_file").bind("click", function() {jQuery("#removable_file").remove(); jQuery("#removable_filename").val('')});


jQuery("#sortable").sortable({});
});




