Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function ($) {
- "use strict";
- $(function () {
- var sticky = $('.jeg_sidebar')
- sticky.theiaStickySidebar({ additionalMarginTop: 85 })
- if (sticky.parents('.jeg_double_sidebar,.jeg_double_right_sidebar').length > 0) {
- window.addEventListener('resize', function () {
- if (window.innerWidth >= 992) {
- sticky.trigger('theiaStickySidebarActivate')
- } else {
- sticky.trigger('theiaStickySidebarDeactivate')
- }
- })
- }
- })
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement