<?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>freestyle developments &#187; jQuery</title>
	<atom:link href="http://freestyle-developments.co.uk/blog/?feed=rss2&#038;tag=jquery" rel="self" type="application/rss+xml" />
	<link>http://freestyle-developments.co.uk/blog</link>
	<description>Fun, games and coding</description>
	<lastBuildDate>Sun, 16 Jun 2013 07:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>jQuery CDN as A Named Module In RequireJS</title>
		<link>http://freestyle-developments.co.uk/blog/?p=431</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=431#comments</comments>
		<pubDate>Sun, 07 Oct 2012 08:59:28 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[RequireJS]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=431</guid>
		<description><![CDATA[If you want RequireJS to fetch jQuery from a CDN, you&#8217;ll need to tell it to do so using the &#8220;paths&#8221; config: require.config({ paths: { "jquery": "https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" } }); As I understand it, if you want to use the local &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=431">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=431</wfw:commentRss>
		<slash:comments>22429</slash:comments>
		</item>
		<item>
		<title>jQuery plugin to associate label &#8220;for&#8221; attribute with form controls that have dynamic id&#8217;s</title>
		<link>http://freestyle-developments.co.uk/blog/?p=270</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=270#comments</comments>
		<pubDate>Thu, 30 Jun 2011 12:33:07 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[label]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=270</guid>
		<description><![CDATA[For whatever reason, you can&#8217;t associate your labels with your form controls implicitly by wrapping both the label text and the control in a &#60;label&#62; element: &#60;label&#62; Email address: &#60;input type="email" name="email" value="" placeholder="you@example.com"/&#62; &#60;/label&#62; You&#8217;ve had to explicitly state &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=270">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=270</wfw:commentRss>
		<slash:comments>9078</slash:comments>
		</item>
		<item>
		<title>jQuery plugin to add a CSS class to last-child DOM elements</title>
		<link>http://freestyle-developments.co.uk/blog/?p=247</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=247#comments</comments>
		<pubDate>Sun, 03 Apr 2011 14:22:32 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=247</guid>
		<description><![CDATA[This has been bugging me for ages. IE &#60; 9 does not support the CSS3 last-child pseudo class. I&#8217;ve created a _very_ simple jQuery plugin to add a CSS class &#8220;last-child&#8221; to the element that is the last child of &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=247">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=247</wfw:commentRss>
		<slash:comments>371</slash:comments>
		</item>
		<item>
		<title>Highlight text using jQuery and the HTML5 mark tag</title>
		<link>http://freestyle-developments.co.uk/blog/?p=165</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=165#comments</comments>
		<pubDate>Sun, 26 Dec 2010 17:26:08 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mark]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=165</guid>
		<description><![CDATA[Here&#8217;s a jQuery plugin I wrote that&#8217;ll add HTML5 &#60;mark&#62; tags around keywords or phrases in an element&#8217;s body text. What is mark? a run of text in one document marked or highlighted for reference purposes, due to its relevance &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=165">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>7202</slash:comments>
		</item>
		<item>
		<title>Update: Hardware accelerated alternative to jQuery animate() top, left, width, height and opacity CSS properties for iPhone/iPad</title>
		<link>http://freestyle-developments.co.uk/blog/?p=96</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=96#comments</comments>
		<pubDate>Fri, 01 Oct 2010 15:08:37 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=96</guid>
		<description><![CDATA[Update to my post here &#8211; I&#8217;ve tweaked the script to use CSS3 transitions on Firefox 4+ and Opera 10.50+ as well as modern webkit based browsers such as Chrome and Safari. The CSS3 transforms and transitions enhanced carousel can &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=96">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=96</wfw:commentRss>
		<slash:comments>327</slash:comments>
		</item>
		<item>
		<title>Hardware accelerated alternative to jQuery animate() top, left, width, height and opacity CSS properties for iPhone/iPad</title>
		<link>http://freestyle-developments.co.uk/blog/?p=81</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=81#comments</comments>
		<pubDate>Fri, 10 Sep 2010 18:02:48 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[-webkit-transform]]></category>
		<category><![CDATA[-webkit-transition]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=81</guid>
		<description><![CDATA[I was recently asked to quote for a proof of concept HTML5 alternative to a flash carousel, specifically to run on iPad. I said I&#8217;d do it, but the agency later decided that others had tried to create a HTML5 &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=81">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=81</wfw:commentRss>
		<slash:comments>339</slash:comments>
<enclosure url="http://freestyle-developments.co.uk/video/portsurf.mov" length="39172314" type="video/quicktime" />
		</item>
	</channel>
</rss>
