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