Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/template/drop/
Dfunctions.js8 if( $(window).width() < 600 ) {
9 var leftWidth = $(window).width() * .8889;
11 var leftWidth = $(window).width() * .5;
15 $(window).resize(function() {
17 if( $(window).width() < 600 ) {
18 leftWidth = $(window).width() * .8889;
20 leftWidth = $(window).width() * .5;
42 $(window).unbind('scroll');
62 $(window).scroll(onScroll);
75 var topDistance = $(window).scrollTop();
[all …]
/template/bushwick/
Dfunctions.js13 $( window ).load( function() {
44 if ( window.wp && window.wp.mediaelement ) {
45 window.wp.mediaelement.initialize();
52 window.dispatchEvent( new Event( 'resize' ) );
54 var event = window.document.createEvent( 'UIEvents' );
55 event.initUIEvent( 'resize', true, false, window, 0 );
56 window.dispatchEvent( event );
71 $( window ).resize( function () {
85 $( window ).load( function() {
129 if ( 'ontouchstart' in window ) {
[all …]
/template/strap/resources/snippet/js/
H A Dcombo-popover.js2 window.combos = (function (module) {
7 if (typeof window.bootstrap.Popover.VERSION !== 'undefined') {
8 bootstrapVersion = parseInt(window.bootstrap.Popover.VERSION.substr(0, 1), 10);
35 if (typeof window.bootstrap.Popover.VERSION !== 'undefined') {
38 let popover = window.bootstrap.Popover.getInstance(el);
40 popover = new window.bootstrap.Popover(el, options);
43 const popoverOnClick = window.bootstrap.Popover.getInstance(el)
85 })(window.combos || {});
H A Dquality.js2 window.addEventListener("DOMContentLoaded", function () {
10 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
11 if(!('JSINFO' in window)){
14 const JSINFO = window.JSINFO;
H A Dbacklink.js3 window.addEventListener("DOMContentLoaded", function () {
10 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
11 if(!('JSINFO' in window)){
14 const JSINFO = window.JSINFO;
H A Dmetadata.js2 window.addEventListener("DOMContentLoaded", function () {
18 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
91 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
107 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
200 if(!('JSINFO' in window)){
203 const JSINFO = window.JSINFO;
H A Dmenubar-fixed-top.js11 window.addEventListener("DOMContentLoaded", function () {
33 window.addEventListener("scroll", function () {
55 window.requestAnimationFrame(function () {
/template/comicslate/
Dyscript.js3 window [ "ym" ] = window [ "ym" ] || function ( ) {
4 ( window [ "ym" ] . a = window [ "ym" ] . a || [ ] ) . push ( arguments )
6 window [ "ym" ] . l = 1 * new Date ( );
/template/hexa/
Dmenus.js57 if ( window.wp && window.wp.mediaelement ) {
58 window.wp.mediaelement.initialize();
65 window.dispatchEvent( new Event( 'resize' ) );
67 var event = window.document.createEvent( 'UIEvents' );
68 event.initUIEvent( 'resize', true, false, window, 0 );
69 window.dispatchEvent( event );
/template/sprintdoc/js/
H A Dsidebar.js26 window.sessionStorage.setItem('wide-content', true);
33 for (var index=0; index <= window.sessionStorage.length; index += 1) {
34 … var item = window.sessionStorage.getItem('sidebar-section-' + sidebarId + '-' + index + '-open');
38window.sessionStorage.setItem('sidebar-section-' + sidebarId + '-' + index + '-open', 'false');
47 window.sessionStorage.setItem('wide-content', false);
82window.sessionStorage.setItem('sidebar-section-' + sidebarId + '-' + $toggler.data('index') + '-op…
153 …if (window.sessionStorage.getItem('sidebar-section-' + sidebarId + '-' + index + '-open') === 'tru…
231 if (window.sessionStorage.getItem('wide-content') === 'true') {
294 window.sessionStorage.setItem('wide-content', true);
308 … var item = window.sessionStorage.getItem('sidebar-section-' + sidebarId + '-' + tIndex + '-open');
[all …]
/template/mikio/assets/
H A Dmikio.js22 if ((window.scrollY || window.pageYOffset) > item.offsetYTop) {
60 window.removeEventListener('scroll', updateStickyScroll);
84 window.addEventListener('scroll', updateStickyScroll);
92 window.onresize = function () { method
96 window.setTimeout(function () {
139 const style = window.getComputedStyle(elem);
204 …let href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
206 let params = window.location.search;
219 window.location = href;
228 …let href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
[all …]
/template/bootstrap3/
Dscript.js77 jQuery(window).resize(function () {
121 jQuery(window).on('hashchange', function () {
324 jQuery(window).scroll(function () {
427 window.open(share_to.twitter, 'Share to Twitter', window_options);
431 window.open(share_to.linkedin, 'Share to Linkedin', window_options);
435 window.open(share_to.facebook, 'Share to Facebook', window_options);
439 window.open(share_to.pinterest, 'Share to Pinterest', window_options);
443 window.open(share_to.telegram, 'Share to Telegram', window_options);
447 window.open(share_to.yammer, 'Share to Yammer', window_options);
451 window.open(share_to.reddit, 'Share to Reddit', window_options);
[all …]
/template/twentyfifteen/
Dscript.js17 if (955 > $(window).width()) {
29 if (955 > $(window).width()) {
36 var windowPos = $(window).scrollTop();
37 var windowWidth = $(window).width();
38 var windowHeight = $(window).height();
82 $(window)
/template/templar/
Dscript.js18 if ("onhashchange" in window) {
19 window.onhashchange=shiftWindow;
21 jQuery(window).bind('popstate', shiftWindow);
/template/kajukkk/
Dscript.js103 jQuery(window).bind('resize',
118 $(window).on("hashchange", function () {
119 window.scrollTo(window.scrollX, window.scrollY - 48);
/template/starterpjax/
Djquery.pjax.js263 window.history.replaceState(pjax.state, container.title, container.url)
272 $(window).scrollTop(options.scrollTo)
286 window.history.replaceState(pjax.state, container.title, url.href)
289 if (target.length) $(window).scrollTop(target.offset().top)
303 url: window.location.href,
309 window.history.replaceState(pjax.state, document.title)
327 window.history.pushState(null, "", stripPjaxParam(options.requestUrl))
342 url: window.location.href,
358 window.history.replaceState(null, "", "#")
359 window.location.replace(url)
[all …]
/template/congrid/
Dscript.js66 jQuery(window).on('resize',
91 scrolling = window.setTimeout(function() {
101 scrolling = window.setTimeout(function() {
107 window.clearTimeout(scrolling);
/template/parallax/lib/js/
Dmedia-uploader-old.js20 var orig_send_to_editor = window.send_to_editor;
28 window.send_to_editor = function (html) {
34 window.send_to_editor = orig_send_to_editor;
Dmedia-uploader-old.min.js1window.send_to_editor;jQuery(".upload_image_button").click(function(){var t=jQuery(this).parent();
/template/white-resume/
Dscript.js66 $(window).on("hashchange", function () {
67 window.scrollTo(window.scrollX, window.scrollY - 48);
/template/white/
Dscript.js66 $(window).on("hashchange", function () {
67 window.scrollTo(window.scrollX, window.scrollY - 48);
/template/ospyramid/js/
Dplugins.js4 window.log = function(){
13 …d,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{…
/template/breeze/bower_components/gumby/js/libs/
Dgumby.init.js11 window.Gumby.init();
33 window.Gumby.init();
45 define(window.Gumby);
/template/able/
Dsmall-menu.js19 if ( $( window ).width() < 600 )
23 $( window ).resize( function() {
24 var browserWidth = $( window ).width();
/template/arcade-basic/
Dsmall-menu.js19 if ( $( window ).width() < 600 )
23 $( window ).resize( function() {
24 var browserWidth = $( window ).width();

12345678910>>...17