jQuery(document).ready(function(){
 
     
  jQuery('.showall').click(function() {
  jQuery('.niskie').removeClass();
   jQuery('.showall').remove();
});
      
      
})


