Petra1999

Filtering Script | cloudythms.tumblr.com

Aug 2nd, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.77 KB | None | 0 0
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  2. <!-- FILTERING SCRIPT by cloudythms.tumblr.com -->
  3. <script src="https://static.tumblr.com/tpbx7ye/cgMpcu99x/filteringcloudythms.js"></script><script>
  4. $(document).ready(function(){
  5. $(".ft").filter({
  6.    
  7.     // default filtering type (single / and / or / not)
  8.     // this should be the type button with the "active" class
  9.     defaultType:"single",
  10.     // the class each medium (icon/ficrec/...) has
  11.     mediaClass:".icon",
  12.     // the class that wraps the tags of each medium
  13.     mediaTagsClass:".tags",
  14.     // transition duration in ms, set to 0 to disable
  15.     transitionTime:500,
  16.     // make underscores in tags appear as spaces (true or false)
  17.     underscoresToSpaces:false
  18.    
  19. });});
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment