I have this script (and it's working fine) for destryong some classes. How can i make a button to restore those destroyed classes?
/* destroy pagination */
$("a.destroy").click(function(){
$("input.destroy").remove();
$("button.destroy").remove();
$("form.destroy").remove();
$("div.dest...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.