JAVASCRIPT 29
JQuery inline script By micha on 24th September 2021 10:06:25 AM
  1. <script>
  2.   jQuery(document).ready( function($) {
  3.  
  4.         $('.portfolio-list').filterizr({
  5.                 gutterPixels: 25,
  6.         });
  7.  
  8.   });
  9. </script>

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.