<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: imageTick for jQuery (Pretty Checkboxes)</title>
	<atom:link href="http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/</link>
	<description>The dabbling of various web technologies by Jordan Boesch</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:01:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sup3rst4r</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1588</link>
		<dc:creator>sup3rst4r</dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1588</guid>
		<description>I forgot to add.. I also have a onclick function that&#039;s fired when you click the radio button. but that should not interfere, right?



$(&quot;input[id=&#039;freedom&#039;]&quot;).imageTick({ // the selector can be a class as well, target your radios or checkboxes
		tick_image_path: &quot;images/button-free.a.png&quot;,  // the image you want to use as a selected state of the radio/checkbox
		no_tick_image_path: &quot;images/button-free.png&quot;, // image you want to use as a non selected state
	});

There&#039;s the code for the radio button and the imagetick jquery stuff.</description>
		<content:encoded><![CDATA[<p>I forgot to add.. I also have a onclick function that&#8217;s fired when you click the radio button. but that should not interfere, right?</p>
<p>$(&#8220;input[id='freedom']&#8220;).imageTick({ // the selector can be a class as well, target your radios or checkboxes<br />
		tick_image_path: &#8220;images/button-free.a.png&#8221;,  // the image you want to use as a selected state of the radio/checkbox<br />
		no_tick_image_path: &#8220;images/button-free.png&#8221;, // image you want to use as a non selected state<br />
	});</p>
<p>There&#8217;s the code for the radio button and the imagetick jquery stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sup3rst4r</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1587</link>
		<dc:creator>sup3rst4r</dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1587</guid>
		<description>Hi,
First of all - thank you for this script.
However I have some problems with it.
When I click a radio button, it changes the image to what I have set in tick_image_path, yes.
When I click another radio button in the same group, the first does not go back to the &#039;unchecked&#039; image I have defined in no_tick_image_path. The path is correct however since the right image is shown when loading the page, as in nothing is checked.

Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First of all &#8211; thank you for this script.<br />
However I have some problems with it.<br />
When I click a radio button, it changes the image to what I have set in tick_image_path, yes.<br />
When I click another radio button in the same group, the first does not go back to the &#8216;unchecked&#8217; image I have defined in no_tick_image_path. The path is correct however since the right image is shown when loading the page, as in nothing is checked.</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seyiox</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1585</link>
		<dc:creator>seyiox</dc:creator>
		<pubDate>Sat, 14 Jan 2012 07:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1585</guid>
		<description>Hi Jordan, great plugin! I noticed the checkboxes aren&#039;t checked until the second click (by which the  images are unchecked (similar to the IE bug mentioned way back.) I did a $(:checked).length and the results are wrong (i.e.  0 checked when 1 is checked and 1 check when none is checked). The function works fine without the plugin.</description>
		<content:encoded><![CDATA[<p>Hi Jordan, great plugin! I noticed the checkboxes aren&#8217;t checked until the second click (by which the  images are unchecked (similar to the IE bug mentioned way back.) I did a $(:checked).length and the results are wrong (i.e.  0 checked when 1 is checked and 1 check when none is checked). The function works fine without the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim J</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1580</link>
		<dc:creator>Jim J</dc:creator>
		<pubDate>Thu, 22 Dec 2011 00:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1580</guid>
		<description>Hey All,
First - thank you Jordan for the great script.  Echoing Inbal above, I am struggling  with how to designate different radio groups on  the same page.  Currently, I can only have a single radio group on a page - otherwise, the &#039;selected image&#039; is replaced for all groups with each selection.  In other words, only one radio button can display as selected on any page at a given time.   Has anyone found a solution for this?
Thanks!
jj</description>
		<content:encoded><![CDATA[<p>Hey All,<br />
First &#8211; thank you Jordan for the great script.  Echoing Inbal above, I am struggling  with how to designate different radio groups on  the same page.  Currently, I can only have a single radio group on a page &#8211; otherwise, the &#8216;selected image&#8217; is replaced for all groups with each selection.  In other words, only one radio button can display as selected on any page at a given time.   Has anyone found a solution for this?<br />
Thanks!<br />
jj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dacheux</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1572</link>
		<dc:creator>Dacheux</dc:creator>
		<pubDate>Wed, 16 Nov 2011 16:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1572</guid>
		<description>Hello,
Great job.
A question: How to center the image that replaces the radio button?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Great job.<br />
A question: How to center the image that replaces the radio button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1558</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Wed, 02 Nov 2011 23:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1558</guid>
		<description>I love your script and someone modified it to allow for something that Robert had asked. The modification is for v1.0. Do you think this type of modification can be done for v2.0? Or is this type of functionality built in? Here is the link:

http://stackoverflow.com/questions/3114166/replacing-radio-buttons-with-different-images

basically...one radio button set with a different image for each radio button.

Thanks!</description>
		<content:encoded><![CDATA[<p>I love your script and someone modified it to allow for something that Robert had asked. The modification is for v1.0. Do you think this type of modification can be done for v2.0? Or is this type of functionality built in? Here is the link:</p>
<p><a href="http://stackoverflow.com/questions/3114166/replacing-radio-buttons-with-different-images" rel="nofollow">http://stackoverflow.com/questions/3114166/replacing-radio-buttons-with-different-images</a></p>
<p>basically&#8230;one radio button set with a different image for each radio button.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inbal</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1554</link>
		<dc:creator>Inbal</dc:creator>
		<pubDate>Mon, 10 Oct 2011 11:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1554</guid>
		<description>hi, thank&#039;s for the plugin.
how can we distinguish between groups of radio buttons.
i have groups which have GroupName property:
 

how can i differentiate in :  $(&quot;input[type=&#039;radio&#039;]&quot;).imageTick({,
i tryed this line but it is not working: 
 $(&quot;input[name= &quot; + $(&quot;#&quot;) + &quot;Question1&#039;]&quot;).imageTick({

thank you :)</description>
		<content:encoded><![CDATA[<p>hi, thank&#8217;s for the plugin.<br />
how can we distinguish between groups of radio buttons.<br />
i have groups which have GroupName property:</p>
<p>how can i differentiate in :  $(&#8220;input[type='radio']&#8220;).imageTick({,<br />
i tryed this line but it is not working:<br />
 $(&#8220;input[name= " + $("#") + "Question1']&#8220;).imageTick({</p>
<p>thank you <img src='http://boedesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1539</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Sat, 13 Aug 2011 19:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1539</guid>
		<description>@khan: There isn&#039;t an easy way of resetting them. Here is how you could go about doing it:
http://jsfiddle.net/jboesch26/ALYjD/1/</description>
		<content:encoded><![CDATA[<p>@khan: There isn&#8217;t an easy way of resetting them. Here is how you could go about doing it:<br />
<a href="http://jsfiddle.net/jboesch26/ALYjD/1/" rel="nofollow">http://jsfiddle.net/jboesch26/ALYjD/1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khan</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1538</link>
		<dc:creator>khan</dc:creator>
		<pubDate>Sat, 13 Aug 2011 19:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1538</guid>
		<description>hi..

can anybody help me?
1)how can i reset radio/checkbox
2)how can i check/uncheck</description>
		<content:encoded><![CDATA[<p>hi..</p>
<p>can anybody help me?<br />
1)how can i reset radio/checkbox<br />
2)how can i check/uncheck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khan</title>
		<link>http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/#comment-1537</link>
		<dc:creator>khan</dc:creator>
		<pubDate>Fri, 12 Aug 2011 10:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=31#comment-1537</guid>
		<description>thanks Jordan Boesch. 
1)how can i reset  radio/checkbox
2)how can i check/uncheck</description>
		<content:encoded><![CDATA[<p>thanks Jordan Boesch.<br />
1)how can i reset  radio/checkbox<br />
2)how can i check/uncheck</p>
]]></content:encoded>
	</item>
</channel>
</rss>

