<?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/"
	>

<channel>
	<title>Karlosp.net&#187; jQuery</title>
	<atom:link href="http://www.karlosp.net/blog/category/ajax/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karlosp.net/blog</link>
	<description>Malo mešano na žaru</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:18:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Highcharts Demo Gallery</title>
		<link>http://www.karlosp.net/blog/2011/09/24/highcharts-demo-gallery/</link>
		<comments>http://www.karlosp.net/blog/2011/09/24/highcharts-demo-gallery/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 07:02:53 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=1274</guid>
		<description><![CDATA[Highcharts Demo Gallery.]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.highcharts.com/demo/column-basic'>Highcharts Demo Gallery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2011/09/24/highcharts-demo-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IxEdit jQuery IDE</title>
		<link>http://www.karlosp.net/blog/2010/12/25/ixedit-jquery-ide/</link>
		<comments>http://www.karlosp.net/blog/2010/12/25/ixedit-jquery-ide/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 22:56:45 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=1127</guid>
		<description><![CDATA[IxEdit is a JavaScript-based interaction design tool for the web. via IxEdit.]]></description>
			<content:encoded><![CDATA[<p>IxEdit is a JavaScript-based interaction design tool for the web.</p>
<p>via <a href='http://www.ixedit.com/'>IxEdit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2010/12/25/ixedit-jquery-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery(string) create not valid DOM when string is html with newlines</title>
		<link>http://www.karlosp.net/blog/2009/01/12/jquerystring-create-not-valid-dom-when-string-is-html-with-newlines/</link>
		<comments>http://www.karlosp.net/blog/2009/01/12/jquerystring-create-not-valid-dom-when-string-is-html-with-newlines/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 08:18:29 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=501</guid>
		<description><![CDATA[PLAIN TEXT JAVASCRIPT: function jquery_from_html&#40;data&#41; &#123; &#160; &#160; &#160; &#160; return $&#40;"&#60;div id='inner' /&#62;"&#41;.append&#40;data&#41;; &#125; &#160; or &#160; remove javascript and head overhead var htmlDOM = $&#40;"&#60;div id='inner' /&#62;"&#41;.append&#40;html.replace&#40;/&#60;script &#91;\s\S&#93;*\/script&#62;&#124;&#60;head &#91;\s\S&#93;*\/head&#62;/img,""&#41;&#41;;]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="ljavascript-2"><a href="#" onclick="javascript:showPlainTxt('javascript-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-2">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">function</span> jquery_from_html<span style="color: #66cc66;">&#40;</span>data<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> $<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"&lt;div id='inner' /&gt;"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">append</span><span style="color: #66cc66;">&#40;</span>data<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">or</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">remove javascript and head overhead</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> htmlDOM = $<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"&lt;div id='inner' /&gt;"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">append</span><span style="color: #66cc66;">&#40;</span>html.<span style="color: #006600;">replace</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066FF;">/&lt;script <span style="color: #66cc66;">&#91;</span>\s\S<span style="color: #66cc66;">&#93;</span>*\/script&gt;|&lt;head <span style="color: #66cc66;">&#91;</span>\s\S<span style="color: #66cc66;">&#93;</span>*\/head&gt;/img</span>,<span style="color: #3366CC;">""</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></head></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2009/01/12/jquerystring-create-not-valid-dom-when-string-is-html-with-newlines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get selected value with jQuery</title>
		<link>http://www.karlosp.net/blog/2008/12/17/get-selected-value-with-jquery/</link>
		<comments>http://www.karlosp.net/blog/2008/12/17/get-selected-value-with-jquery/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 08:10:38 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=452</guid>
		<description><![CDATA[PLAIN TEXT JAVA: var selected = &#160; $&#40;"#myList"&#41;.children&#40;"option:selected"&#41;.attr&#40;"value"&#41;.trim&#40;&#41;]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="ljava-4"><a href="#" onclick="javascript:showPlainTxt('java-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVA:</span>
<div id="java-4">
<div class="java">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">var selected =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"#myList"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">children</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"option:selected"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">attr</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"value"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">trim</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2008/12/17/get-selected-value-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

