Filtre ile Arama Kutusu - Search Box with Filter

Developer
Size
3,448 Kb
Views
16,192

How do I make an filtre ile arama kutusu - search box with filter?

Filtre ile Arama Kutusu - Search Box with Filter. What is a filtre ile arama kutusu - search box with filter? How do you make a filtre ile arama kutusu - search box with filter? This script and codes were developed by Ayhan ALTINOK on 27 December 2022, Tuesday.

Filtre ile Arama Kutusu - Search Box with Filter Previews

Filtre ile Arama Kutusu - Search Box with Filter - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Filtre ile Arama Kutusu - Search Box with Filter</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<div class="icerik">	<div class="sınır">	<h2>Filtre ile Arama Kutusu - Search Box with Filter</h2>	<form id="ulsınır" class="form"> <p div id="form">	<span class="alt"></span>	<input class="yaz" type="text"/>	<input class="ara" type="submit" value=""/>	</p>	<div id="liste">	<ul class="ul" style="display:none;">	<li class="filtre">Aramayı filtrele</li>	<li><input type="checkbox"/><label for="HepsiniSec"><strong>Hepsini Seç</strong></label></li>	<li><input type="checkbox"/><label for="Asp">Asp</label></li>	<li><input type="checkbox"/><label for="Php">Php</label></li>	<li><input type="checkbox"/><label for="Html">Html</label></li>	<li><input type="checkbox"/><label for="Css">Css</label></li>	<li><input type="checkbox"/><label for="Css">JavaScript</label></li>	</ul>	</div>	</form>	</div>
</div>
<div class="copyright"><font style="float:right; margin-right:30px;">Copyright &copy; 2013 - Ayhan ALTINOK </font>İletişim bilgileri :<font style="color:#505050"> Web Adresi:</font> www.graphicsfamily.com <font style="color:#505050"> Mail :</font> [email protected] <font style="color:#505050">Facebook: </font>www.facebook.com/ayhanaltinokesk</div> <script src="js/index.js"></script>
</body>
</html>

Filtre ile Arama Kutusu - Search Box with Filter - Script Codes CSS Codes

.form{	margin:auto;	padding:0;	position: absolute;	top:80px;	left:15%;	width:auto;	}	.form{position:absolute; z-index:99999;}	.liste{}	.form input[type="text"],	ul.ul{	border-top:1px solid #cc3333;	border-bottom:1px solid #cc3333;	border-left:1px solid #cc3333;	border-right:0px solid #cc3333;	font-size:24px;	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;	outline:none;	padding:6px 5px 6px 20px;	width:295px;	float:left;	margin:3px 0px;	border-radius: 100px 0px 0px 100px ;	}	.ul{background-color:#cc3333;}	ul.ul{	float:left;	list-style:none;	width:320px;	padding:6px 5px;	border-radius: 0px 0px 10px 10px ;	margin:-4px 0 0 20px ;	}	ul.ul li{	font-size:16px;	line-height:32px;	height:32px;	width:100%;	color:#fff;	border-bottom:#a72315 dashed 1px ;	}	ul.ul li input[type="checkbox"]{	float:left;	margin:10px 4px 0 5px;}	ul.ul li.filtre{	width:95%;	clear:both;	border-bottom: solid #a72315 1px;	font-size:12px;	letter-spacing:1px;	color:#fff;	font: bold 12px arial ;	height:16px;	line-height:16px;	padding:5px;	}	span.sb_up,	span.alt{	position:absolute;	top:3px;	left:0px;	margin-left:10px;	width:14px;	height:41px;	background-position:center center;	background-repeat: no-repeat;	z-index:10;	}	span.sb_up{	background-image:url("http://www.graphicsfamily.com/test/ust.png");}	span.alt{	background-image:url("http://www.graphicsfamily.com/test/alt.png");}	input.ara{	background:#f5f5f5 url("http://www.graphicsfamily.com/test/ara.png") no-repeat center center;	height:43px;	width:50px;	float:left;	border:none;	margin:3px 0px;	border-right:1px solid #cc3333;	border-bottom:1px solid #cc3333;	border-top:1px solid #cc3333;	border-radius: 0px 100px 100px 0px;	outline:none;	cursor:pointer;	}	input.ara:hover{	background-color:#fff;}	*{	padding:0;	margin:0;	}	body{	background:#171717 url("https://subtlepatterns.com/patterns/binding_dark.png");	overflow-x:hidden;	}	h1{	font: bolder 20px Arial;	line-height:100px;	text-transform: uppercase;	color:#ad1213;	top:-25px;	left:-20px;	white-space: nowrap;	}	span.reference{	position:fixed;	left:10px;	bottom:10px;	font-size:11px;	}	span.reference a{	color:#fff;	text-decoration:none;	text-transform: uppercase;	text-shadow:0 1px 0 #000;	}	span.reference a:hover{ color:#f0f0f0;}	.sınır{	margin:auto;	height:auto;	width:100%;	position:relative;	background:#cc3333 url(click.png) no-repeat 380px 80px;	}	.sınır h2{	background-color:#ad1213;	border-width:1px;	color:#FFFFFF;	font: bolder 20px Arial;	padding:10px;	text-shadow:1px 1px 1px #000000;	}
.copyright{width:100%;height:auto; background-color:#171717;color:#aaa;position:fixed; bottom:0px;font: 12px Arial;padding:5px;opacity:0.4;border-top:#a00 2px solid;z-index:99999;left:0px;right:0px;}.copyright:hover{opacity:1}
/* Ayhan Altınok*/

Filtre ile Arama Kutusu - Search Box with Filter - Script Codes JS Codes

 $(function() {	/**	*Değişken	*/	var $ui	= $('#ulsınır');	/**	* Yazma Kontrolü	*/	$ui.find('.yaz').bind('focus click',function(){	$ui.find('.alt') .addClass('sb_up') .removeClass('alt') .andSelf() .find('.ul') .show();	});	/**	* Alt Üst İkon değişimi	*/	$ui.bind('mouseleave',function(){	$ui.find('.sb_up') .addClass('alt') .removeClass('sb_up') .andSelf() .find('.ul') .hide();	});	/**	* Hepsini Seçme işlemi	*/	$ui.find('.ul').find('label[for="HepsiniSec"]').prev().bind('click',function(){	$(this).parent().siblings().find(':checkbox').attr('checked',this.checked).attr('disabled',this.checked);	}); });
Filtre ile Arama Kutusu - Search Box with Filter - Script Codes
Filtre ile Arama Kutusu - Search Box with Filter - Script Codes
Home Page Home
Developer Ayhan ALTINOK
Username AyhanALTINOK
Uploaded December 27, 2022
Rating 3
Size 3,448 Kb
Views 16,192
Do you need developer help for Filtre ile Arama Kutusu - Search Box with Filter?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ayhan ALTINOK (AyhanALTINOK) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!