<?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>WebMotionUK &#187; select all</title>
	<atom:link href="http://www.webmotionuk.co.uk/tag/select-all/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmotionuk.co.uk</link>
	<description>Web Design/Development, Marketing, Communication and E-Solutions</description>
	<lastBuildDate>Thu, 18 Mar 2010 11:31:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery &#8211; Select all check box</title>
		<link>http://www.webmotionuk.co.uk/jquery-select-all-check-box/</link>
		<comments>http://www.webmotionuk.co.uk/jquery-select-all-check-box/#comments</comments>
		<pubDate>Sat, 03 May 2008 18:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[check uncheck]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[select all]]></category>

		<guid isPermaLink="false">http://www.webmotionuk.co.uk/jquery-select-all-check-box/</guid>
		<description><![CDATA[Firstly download a copy of jquery library from http://jquery.com/
Open up your text editor and include the jquery library as shown below:


	


In the head of the document add the following script:

                
$(document).ready(function(){        
 $("input[@name=select_deselect]").click(function(){ [...]]]></description>
		<wfw:commentRss>http://www.webmotionuk.co.uk/jquery-select-all-check-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
