Guest User

Untitled

a guest
Aug 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.69 KB | None | 0 0
  1.                 JB.utils.floater('#rules-list', '.rules-header:visible');
  2.            
  3.                 JB.utils.floater('#rules-list', '.rules-wrapper.visible li.domain-name:visible:not(.hidden,.editing,.header-hidden)', function (every) {
  4.                     return every.filter('li:visible:first').next().find('ul');
  5.                 }, function () {
  6.                     return _$('#rules-list .rules-header.floater').outerHeight(true);
  7.                 });
  8.            
  9.                 JB.utils.floater('#main', '.info-container:visible');
  10.            
  11.                 JB.utils.floater('#main', '.kind-header:visible:not(.collapsed).visible', function (every) {
  12.                     return every.filter('li:first').parents('.urls-inner');
  13.                 }, function () {
  14.                     return _$('#main .info-container.floater').outerHeight(true) || 0;
  15.                 });
Add Comment
Please, Sign In to add comment