/************************************************************************************ * * * * * Slide - v2.0 - 2013-10-01 * * http://piwitheme.fr/ * * * * * *************************************************************************************/ (function($) { //_________________________________________________________________________________________________________________________________ //|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| $(document).ready(function(){ $('body').prepend($('
').attr({'class':'tab','id':'tab-0','data-urltab':window.location}).append($('
').attr('class','sld_tab'))).wrapInner($('
').attr({'class':'pageslide','id':'layer-0'})); $('.pageslide').first().show(); var $w_w = $(window).width(), $w_h = $(window).height(), $tab = 40, i = 0, $layerShow = $('#layer-0'), $slideshow = []; $('body').append($('
').attr('id','slideLoading').css({top:(($w_h/2)-50),left:(($w_w/2)-50)})); $('body').data('layerShow',$layerShow); _init_page() $(document).on('click','.slide', function(e) { var $url = $(this).attr('href'); $int = setTimeout(function() { $('#slideLoading').css('z-index',1000) }, 500); i++; _load($url); _pushstate($url); e.preventDefault(); }); $(document).on('click','.sameLayer', function(e) { var $href = $(this).attr('href'), $layerShow = $('body').data('layerShow'), $url = $href + ' #the_page', $slide_w = $layerShow.width(); _pushstate($href); if ($('.slshFirst').length){ $urlFirst = $('.slshFirst').attr('href') } else { $urlFirst = $href }; $('#the_page',$layerShow).addClass('unwrap').load($url, function(){ _init_page($urlFirst,$slide_w) $('.unwrap').children().unwrap(); }); e.preventDefault(); }); $(document).on('click','.tab', function(e) { _close( $(this) ); var $url = $(this).data('urltab'); _pushstate($url); }); $(document).on('submit','#quicksearch', function(e) { i++; var $val = $('#qsearchInput').attr('value'), $url = 'qsearch.php?q='+ $val, frame = $("