Jump to content

restore removed classes


fanatycme
Go to solution Solved by requinix,

Recommended Posts

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.destroy").remove();
$("font.des2").remove();
      /* destroy jpages */
      $("div.holder").jPages("destroy");
      /* remove button */
      $(this).remove();
    });
      <!-- destroy jPages button -->
      <a class="destroy">Destroy Pagination</a>
 
How can i restore those classes?
/* restore pagination */
$("a.rest1").click(function(){


????????????????????????
    });
      <!-- restore jPages button -->
<a class="rest1">Restore</a>
Edited by fanatycme
Link to comment
Share on other sites

They're gone. You can't get them back.

 

Consider hiding the elements instead of completely removing them.

nop you are not good enough:), i made it last night to fix it.   Instead of remove i put hide and then at restore button i put show.

 

so...problem 100% fixed by me, ty me

 

close this plz

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.