Advertisement
Guest User

jscript loading

a guest
Feb 6th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. (function ($) {
  2. $(window).load(function() {
  3. $('#masonry-container').freetile({
  4. Selector: 'masonry-brick',
  5. animate: true,
  6. containerAnimate: true,
  7. containerResize: 5,
  8. elementDelay: 25,
  9. scoreFunction: function(o) {
  10. return -(o.TestedTop) * 8 - (o.TestedLeft);
  11. }
  12. });
  13. });
  14. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement