PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: jquery_phone_nav.js Size: 2.29 KB
/home/ankaservis/servis.ankaservis.com/muhasebe/Sorgula/Sorgula_files/jquery_phone_nav.js

/*!
 * jQuery phone_nav plugin v1.01
 * update 2013/02/05
 * http://www.asus.com
 * 
 * jQuery Version >= 1.7
 * 
 */

(function($){

$.fn.phone_nav = function (options) {
	var config = {
		duration : 500,
		phoneWinth : 500,
		nav_dom : $(this)
	};
	var is_phone = false;
	var is_open = false;
	var body_width = 0;
	$.extend(config, options);
	var window_resize = function(){
		var state;
		if ($(window).width() <= config.phoneWinth) {
			//if(is_open==true)return; 
			state = true; 
			$("body").css({"width": ""});
			//body_width = $("body").width();
			body_width =$(window).width();
			$("body").css({"width": body_width +"px"});
		}
		else { state = false; }
		if (state != is_phone){
			is_phone = state; 
			stateChange();
		}
		
	};
	var stateChange = function(){
		if (is_phone == true) {
			is_open = false;
			$("body").css({"overflow-x":"hidden"});
			config.nav_dom.css({"position":"absolute","top":"0","left":"-"+config.nav_dom.outerWidth(true)+"px"}).hide();
		}
		else {
			is_open = true;
			$("body").css({"overflow-x":"","padding-left":"","width":""});
			config.nav_dom.css({"position":"","top":"","left":"","height":"","display":""});
		}
	}
	var click_button = function(){
		if (is_phone == false){ return; }
		if (is_open == true){
			if (config.openNavButtonAddClass) { config.click_button.removeClass(config.openNavButtonAddClass); }
			$("body").animate({"padding-left":"0px"},config.duration);
			config.nav_dom.animate({ "left" : "-"+config.nav_dom.outerWidth(true)+"px" },config.duration);
			is_open = false;
		}
		else {
			if (config.openNavButtonAddClass) { config.click_button.addClass(config.openNavButtonAddClass); }
			$("body").animate({"padding-left":config.nav_dom.outerWidth(true)+"px"},config.duration);
			config.nav_dom.show().animate({"left":"0px"},config.duration)
			.css({ "height" : ($("body").outerHeight(true) - (config.nav_dom.outerHeight(true) - config.nav_dom.height()))+"px" });
			is_open = true;
		}
	}
	/*if(devicesBol==false)return;*/
	if (config.click_button[0]) { config.click_button.on("click",click_button); }
	$(window).on("resize", window_resize );
	window_resize();
	return;
};
})(jQuery);

$(document).ready(function () {
    $('.left-menu-zone').phone_nav({
        phoneWinth: 767,
        click_button: $(".btn-adv"),
        openNavButtonAddClass: 'point-right'
    });
});

Directory Contents

Dirs: 0 × Files: 28

Name Size Perms Modified Actions
1.22 KB lrw-r--r-- 2016-07-25 10:57:30
Edit Download
1.12 KB lrw-r--r-- 2016-07-25 10:57:30
Edit Download
1.06 KB lrw-r--r-- 2016-07-25 10:57:30
Edit Download
49.52 KB lrw-r--r-- 2016-07-25 10:57:32
Edit Download
47.95 KB lrw-r--r-- 2016-07-25 10:57:32
Edit Download
80.31 KB lrw-r--r-- 2016-07-25 10:57:34
Edit Download
48.92 KB lrw-r--r-- 2016-07-25 10:57:34
Edit Download
2.77 KB lrw-r--r-- 2016-07-25 10:57:34
Edit Download
4.33 KB lrw-r--r-- 2016-07-25 10:57:34
Edit Download
12.73 KB lrw-r--r-- 2016-07-25 10:57:34
Edit Download
18.19 KB lrw-r--r-- 2016-07-25 10:57:34
Edit Download
15.56 KB lrw-r--r-- 2016-07-25 10:57:36
Edit Download
32.39 KB lrw-r--r-- 2016-07-25 10:57:36
Edit Download
92.62 KB lrw-r--r-- 2016-07-25 10:57:36
Edit Download
2.29 KB lrw-r--r-- 2016-07-25 10:57:36
Edit Download
41.09 KB lrw-r--r-- 2016-07-25 10:57:38
Edit Download
52.26 KB lrw-r--r-- 2016-07-25 10:57:38
Edit Download
31.90 KB lrw-r--r-- 2016-07-25 10:57:38
Edit Download
14.92 KB lrw-r--r-- 2016-07-25 10:57:38
Edit Download
7.59 KB lrw-r--r-- 2016-07-25 10:57:38
Edit Download
272 B lrw-r--r-- 2016-07-25 10:57:40
Edit Download
7.10 KB lrw-r--r-- 2016-07-25 10:57:40
Edit Download
3.22 KB lrw-r--r-- 2016-07-25 10:57:40
Edit Download
1.12 KB lrw-r--r-- 2016-07-25 10:57:40
Edit Download
28.99 KB lrw-r--r-- 2016-07-25 10:57:40
Edit Download
3 B lrw-r--r-- 2016-07-25 10:57:40
Edit Download
238 B lrw-r--r-- 2016-07-25 10:57:40
Edit Download
12.56 KB lrw-r--r-- 2016-07-25 10:57:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI