<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>selim topaloğlu &#187; url</title>
	<atom:link href="http://selim.topaloglu.net/index.php/tag/url/feed/" rel="self" type="application/rss+xml" />
	<link>http://selim.topaloglu.net</link>
	<description>bir programcının günlüğü</description>
	<lastBuildDate>Fri, 06 Aug 2010 14:34:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery ile URL Verilerini Getirmek</title>
		<link>http://selim.topaloglu.net/javascript/jquery-ile-url-verilerini-getirmek/</link>
		<comments>http://selim.topaloglu.net/javascript/jquery-ile-url-verilerini-getirmek/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:38:16 +0000</pubDate>
		<dc:creator>Selim Topaloğlu</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://selim.topaloglu.net/?p=291</guid>
		<description><![CDATA[
jQuery ile kolayca GET metodu ile gelen verilere ulaşabileceğiniz bir fonksiyon&#8230; Kullanabilmeniz için jQuery kütüphanesinin sayfanıza entegre etmeniz gerekiyor.
Fonksiyon :
$.urlVeri = function(deger){
var veribul = new RegExp('[\\?&#38;]' + deger + '=([^&#38;#]*)').exec(window.location.href);
return veribul[1] &#124;&#124; 0;
}
Örnek Kullanım :
http://www.site.com/default.asp?aramaKriter=Selim
alert($.urlVeri("aramaKriter"));
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-293  aligncenter" title="jquery-logo" src="http://selim.topaloglu.net/wp-content/uploads/2009/10/jquery-logo.png" alt="jquery-logo" width="259" height="65" /></p>
<p>jQuery ile kolayca GET metodu ile gelen verilere ulaşabileceğiniz bir fonksiyon&#8230; Kullanabilmeniz için jQuery kütüphanesinin sayfanıza entegre etmeniz gerekiyor.</p>
<p><strong>Fonksiyon :</strong></p>
<pre class="brush: js">$.urlVeri = function(deger){
var veribul = new RegExp('[\\?&amp;]' + deger + '=([^&amp;#]*)').exec(window.location.href);
return veribul[1] || 0;
}</pre>
<p><strong>Örnek Kullanım :</strong><br />
http://www.site.com/default.asp?aramaKriter=Selim</p>
<pre class="brush: js">alert($.urlVeri("aramaKriter"));</pre>
]]></content:encoded>
			<wfw:commentRss>http://selim.topaloglu.net/javascript/jquery-ile-url-verilerini-getirmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://selim.topaloglu.net/wp-content/uploads/2009/10/jquery-logo.png" />
		<media:content url="http://selim.topaloglu.net/wp-content/uploads/2009/10/jquery-logo.png" medium="image">
			<media:title type="html">jquery-logo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
