Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- FILTERING SCRIPT by cloudythms.tumblr.com -->
- <script src="https://static.tumblr.com/tpbx7ye/cgMpcu99x/filteringcloudythms.js"></script><script>
- $(document).ready(function(){
- $(".ft").filter({
- // default filtering type (single / and / or / not)
- // this should be the type button with the "active" class
- defaultType:"single",
- // the class each medium (icon/ficrec/...) has
- mediaClass:".icon",
- // the class that wraps the tags of each medium
- mediaTagsClass:".tags",
- // transition duration in ms, set to 0 to disable
- transitionTime:500,
- // make underscores in tags appear as spaces (true or false)
- underscoresToSpaces:false
- });});
- </script>
Advertisement
Add Comment
Please, Sign In to add comment