$(document).ready(function() { $.material.init(); }); $("#btn-reload").click(function(){ location.reload(); }); $(".toggle").click(function(){ $(".hide").css("display", "block !important") }); $(".delete").confirm({ text: "Are you sure you want to delete this entry?", title: "Confirmation required", confirm: function(button){ window.location = "/delete?Id="+$(button).attr("value"); }, confirmButton: "Yes, delete", cancelButton: "No, better not", post: true, confirmButtonClass: "btn-danger", cancelButtonClass: "btn-success" }); $(document).ready(function(){ modals = new Array(); modals[0] = "dd-jobs"; modals[1] = "dd-alert"; modals[2] = "dd-alert-danger"; modals[3] = "dd-alert-success"; for(i=0;i