<?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">
	<channel>
      <title>prettyCheckboxes support - Vanilla 2</title>
      <link>http://forums.no-margin-for-errors.com/categories/5/p/feed.rss</link>
      <pubDate>Tue, 07 Feb 12 19:29:12 -0500</pubDate>
         <description>prettyCheckboxes support - Vanilla 2</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Handling disabled checkboxes/radio buttons</title>
      <link>http://forums.no-margin-for-errors.com/discussion/396/handling-disabled-checkboxesradio-buttons</link>
      <pubDate>Tue, 23 Mar 2010 12:37:02 -0400</pubDate>
      <dc:creator>andy</dc:creator>
      <guid isPermaLink="false">396@/discussions</guid>
      <description><![CDATA[I am having problems handling a disabled checkbox. The html is fine but no matter what I can still click in the textbox to change its state.<br />
is there a way I am missing to handle this please?<br />
Thanks<br />
Andy]]></description>
   </item>
   <item>
      <title>Switching Button Image When Hover with IE7</title>
      <link>http://forums.no-margin-for-errors.com/discussion/143/switching-button-image-when-hover-with-ie7</link>
      <pubDate>Thu, 31 Dec 2009 06:29:45 -0500</pubDate>
      <dc:creator>takashi</dc:creator>
      <guid isPermaLink="false">143@/discussions</guid>
      <description><![CDATA[Alghough it is announced hover image issues has been fixed with the version 1.1, it seems not in fact at least with my environment IE7 on Windows XP SP3. Moreover the button image does not change when I hover on the buttons. In course of searching for work around, I catch up that insering dummy css directive in front of &quot;top:  -21px&quot; would enable hovering change the image.<br />
<br />
    label.radio:hover span.holder { border-style: none; top: -21px !important; }<br />
<br />
I checked it with only my PC at home so it could be seen with specific environment. But I am curious whether this is due to IE7&#039;s bug or not.]]></description>
   </item>
   <item>
      <title>active on tab key</title>
      <link>http://forums.no-margin-for-errors.com/discussion/2383/active-on-tab-key</link>
      <pubDate>Mon, 28 Nov 2011 13:56:19 -0500</pubDate>
      <dc:creator>corrado</dc:creator>
      <guid isPermaLink="false">2383@/discussions</guid>
      <description><![CDATA[Hi.<br /><br />I want to be able use prettyCheckbox with keyboard but i can't find any mention that it is even possible. Can you help me with it?<br /><br />Thanks in advance]]></description>
   </item>
   <item>
      <title>IE7/IE8 issues - help</title>
      <link>http://forums.no-margin-for-errors.com/discussion/2162/ie7ie8-issues-help</link>
      <pubDate>Tue, 27 Sep 2011 07:49:02 -0400</pubDate>
      <dc:creator>jongo</dc:creator>
      <guid isPermaLink="false">2162@/discussions</guid>
      <description><![CDATA[Is there any known issues with these 2 versions of internet explorer? As the JavaScript doesn't seem to be running at all when I test in these browsers. All others are fine.<br /><br />This is how I've structured each form entry:<br /><label for="qTwoA"></label><br /><br /><span class="answerStyle"><br />     <img src="files/images/q21.png" alt="" title="" /><br /></span><br /><br /><br /><br />And I call the jQuery in the HEAD section with this:<br />		<br />	$(document).ready(function(){<br />		$('input[type=radio]').prettyCheckboxes({<br />			checkboxWidth: 42, // The width of your custom checkbox<br />			checkboxHeight: 41, // The height of your custom checkbox<br />		});<br />	});<br />	<br /><br />I've also styled up my radio buttons accordingly.]]></description>
   </item>
   <item>
      <title>click handler fired twice</title>
      <link>http://forums.no-margin-for-errors.com/discussion/101/click-handler-fired-twice</link>
      <pubDate>Tue, 15 Dec 2009 16:28:46 -0500</pubDate>
      <dc:creator>bart</dc:creator>
      <guid isPermaLink="false">101@/discussions</guid>
      <description><![CDATA[I have following issue:<br />
$(document).ready(function() {<br />
$(&#039;input[type=checkbox],input[type=radio]&#039;).prettyCheckboxes();<br />
<br />
$(&#039;#compareWrapper input[type=checkbox]&#039;).click(function() {<br />
        var guid = $(this).attr(&#039;value&#039;);<br />
<br />
        if ($(this).is(&#039;:checked&#039;)) {<br />
            AssertMethod(guid);<br />
        } else {<br />
            AssertMethod(guid);<br />
        }<br />
});<br />
});<br />
<br />
For some reason the onclick is firing twice. (first time checked = the state from before click)<br />
<br />
Any ideas?<br />
Bart]]></description>
   </item>
   <item>
      <title>selector issue</title>
      <link>http://forums.no-margin-for-errors.com/discussion/79/selector-issue</link>
      <pubDate>Sun, 06 Dec 2009 03:03:51 -0500</pubDate>
      <dc:creator>patg</dc:creator>
      <guid isPermaLink="false">79@/discussions</guid>
      <description><![CDATA[Thank you for the great plugin. I have found that an issue exists when a radio button id contains one or more characters that need to be escaped in a selector statement. For instance consider a radio with id=&quot;r:1&quot; and the associated label has for=&quot;r:1&quot;. There are several instances in $label.bind(&#039;click&#039;,function() where the selector is built as follows<br />
<br />
$(&#039;input#&#039; + $(this).attr(&#039;for&#039;))<br />
<br />
The resultant selector becomes $(input#r:1). To perform properly this selector must be escaped to become $(input#r\:1).<br />
<br />
There is an existing jQuery plugin to do this with regex located at the following link. Please consider including the associated functions in your plugin or otherwise modifying the code to take this into account.<br />
<br />
http://kjvarga.blogspot.com/2009/06/jquery-plugin-to-escape-css-selector.html]]></description>
   </item>
   <item>
      <title>PrettyCheckboxes do not work with Jquery slideToggle</title>
      <link>http://forums.no-margin-for-errors.com/discussion/51/prettycheckboxes-do-not-work-with-jquery-slidetoggle</link>
      <pubDate>Wed, 18 Nov 2009 19:16:49 -0500</pubDate>
      <dc:creator>kstrange</dc:creator>
      <guid isPermaLink="false">51@/discussions</guid>
      <description><![CDATA[Hi,<br />
 Really nice library thank you - unfortunately,  it does not play well with others.  The absolute positioning is causing flickering issues with jquery SlideToggle. See: http://jdev.retirementjobs.com/jobboard/jobsearch.html<br />
click on the options dropdown  (Browsers: IE 6,7,8)]]></description>
   </item>
   </channel>
</rss>
