Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

dashboard-isotope.js 360B

1234567891011121314
  1. "use strict";
  2. $(document).ready(function() {
  3. $(window).on('load', function() {
  4. var $container = $('.masonery-box');
  5. $container.isotope({
  6. filter: '*',
  7. animationOptions: {
  8. duration: 750,
  9. easing: 'linear',
  10. queue: false
  11. }
  12. });
  13. });
  14. });