Advertisement
metalx1000

GNFIRE Website Filterbox

Oct 30th, 2016
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Add filter input
  2. $(".x-raw-content").prepend('<input id="filter" style="width:100%;height:48px;font-size:48px;margin-bottom:10px">');
  3.  
  4. //expand
  5. $(".x-accordion-body").addClass("in");
  6. $(".x-accordion-body").css("height","48px");
  7.  
  8. //hide
  9. $(".x-accordion-body").removeClass("in");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement