yukarı
 

Notlar

Jquery / Toogle buton

Jequery ile function kullanarak toogle buton yapmak

 

$(".fuar").css("right","-550px");
		
	    $(".fuar").delay(1000).animate({
		"right" : "20px" 
		},1000)
	    
		$.fuar_kapat = function(){
		   $(".fuar").animate({
			"right" : "-300px" 
		 },800);
       }
	   $.fuar_ac = function (){
		     $(".fuar").animate({
			  "right" : "20px" 
			},800);
	   }
	   
		$(".x").on("click", function(){
			var f_right = $(".fuar").css("right");
			if(f_right=="20px"){
				$.fuar_kapat();
			} else {
				$.fuar_ac();
			}
		});


Jquery  Toogle buton






volkan çelik ven web tasarım facebook volkan çelik ven web tasarım twitter volkan çelik ven web tasarım instegram volkan çelik ven web tasarım google+ volkan çelik ven web tasarım youtube

Yandex.Metrica