<?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: Super CSS Selector Support with jQuery</title>
	<atom:link href="http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/</link>
	<description>Various thoughts of minimal interest to others</description>
	<lastBuildDate>Sat, 17 Jul 2010 19:09:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: RogerH</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-63</link>
		<dc:creator>RogerH</dc:creator>
		<pubDate>Sat, 17 Jul 2010 19:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-63</guid>
		<description>After several attempts, I did get manualSelectors working.  I copied the linked.html file and modified the bottom so it looks like this:


// ul {background: #c2f060;color: #5d5f2e;}\n\
#ex12 div.example input[type=&quot;text&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex13 div.example input[type=&quot;password&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex14 div.example input[type=&quot;radio&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex15 div.example input[type=&quot;checkbox&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex16 div.example input[type=&quot;file&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex17 div.example input[type=&quot;button&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex18 div.example input[type=&quot;image&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex19 div.example input[type=&quot;reset&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex20 div.example input[type=&quot;submit&quot;] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\
#ex21 div.example a[href$=&quot;.jpg&quot;] {background: #c2f060;color: #5d5f2e;}\n\
    &#039;});

//]]&gt;

Is the above the way you would have coded it?

I did find an oldish plugin called pseudo that supports :before and :after.</description>
		<content:encoded><![CDATA[<p>After several attempts, I did get manualSelectors working.  I copied the linked.html file and modified the bottom so it looks like this:</p>
<p>// ul {background: #c2f060;color: #5d5f2e;}\n\<br />
#ex12 div.example input[type="text"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex13 div.example input[type="password"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex14 div.example input[type="radio"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex15 div.example input[type="checkbox"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex16 div.example input[type="file"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex17 div.example input[type="button"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex18 div.example input[type="image"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex19 div.example input[type="reset"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex20 div.example input[type="submit"] {background: #c2f060;border: 1px solid #c2f060;color: #5d5f2e;}\n\<br />
#ex21 div.example a[href$=".jpg"] {background: #c2f060;color: #5d5f2e;}\n\<br />
    &#8216;});</p>
<p>//]]&gt;</p>
<p>Is the above the way you would have coded it?</p>
<p>I did find an oldish plugin called pseudo that supports :before and :after.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RogerH</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-62</link>
		<dc:creator>RogerH</dc:creator>
		<pubDate>Tue, 13 Jul 2010 22:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-62</guid>
		<description>Hi Chris,

I second the motion for a updated article incorporating all the changes.  A few examples in the README file would be a great help.

I am having much trouble getting this to work. Doesn&#039;t this example have one too many/few right/left curley brackets?

$(document).ready(function() {
  $(document).superSelectify({childClass: &quot;child-element&quot;, manualSelectors: &#039;div.example &gt; ul, ul.sample li:first, input[type=&quot;text&quot;], input[type=&quot;password&quot;]&#039;}});
});

From reading the code, I didn&#039;t notice anything for :before.  Is it supported?</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I second the motion for a updated article incorporating all the changes.  A few examples in the README file would be a great help.</p>
<p>I am having much trouble getting this to work. Doesn&#8217;t this example have one too many/few right/left curley brackets?</p>
<p>$(document).ready(function() {<br />
  $(document).superSelectify({childClass: &#8220;child-element&#8221;, manualSelectors: &#8216;div.example &gt; ul, ul.sample li:first, input[type="text"], input[type="password"]&#8216;}});<br />
});</p>
<p>From reading the code, I didn&#8217;t notice anything for :before.  Is it supported?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-60</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-60</guid>
		<description>That&#039;s a fair point, manuel - enough enhancements have happened since the initial release that I probably should do a new writeup.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a fair point, manuel &#8211; enough enhancements have happened since the initial release that I probably should do a new writeup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuel</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-59</link>
		<dc:creator>manuel</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-59</guid>
		<description>Chris, I suggest you edit the post to remove the &quot;caveat&quot; part. I almost disregarded your script because of that (before reading the comments).

RE: IE Mac, it&#039;s not being used anymore, I think. But from an accessibility standpoint, a lot of people hides some or all CSS from it, to make the content at least readable and navigable by the small % of people using it.</description>
		<content:encoded><![CDATA[<p>Chris, I suggest you edit the post to remove the &#8220;caveat&#8221; part. I almost disregarded your script because of that (before reading the comments).</p>
<p>RE: IE Mac, it&#8217;s not being used anymore, I think. But from an accessibility standpoint, a lot of people hides some or all CSS from it, to make the content at least readable and navigable by the small % of people using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-58</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 23 Jan 2010 23:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-58</guid>
		<description>@kevadamson -

Mind posting your test case for background images for me somewhere? I&#039;m not quite sure what&#039;d be causing those symptoms, offhand.

I&#039;ll look at the import problem. It&#039;s possible that the import syntax you use is tripping up the regular expression for comment removal - is that the old commented backslash trick to hide from IE5/Mac? Man, I didn&#039;t realize that browser was still getting use. :)</description>
		<content:encoded><![CDATA[<p>@kevadamson -</p>
<p>Mind posting your test case for background images for me somewhere? I&#8217;m not quite sure what&#8217;d be causing those symptoms, offhand.</p>
<p>I&#8217;ll look at the import problem. It&#8217;s possible that the import syntax you use is tripping up the regular expression for comment removal &#8211; is that the old commented backslash trick to hide from IE5/Mac? Man, I didn&#8217;t realize that browser was still getting use. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevadamson</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-57</link>
		<dc:creator>kevadamson</dc:creator>
		<pubDate>Sat, 23 Jan 2010 13:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-57</guid>
		<description>Hi

Can get this to work, but it seems to be stripping all my css background-images out in IE (at least, when I preview the file locally)!?

Also, I tend to pull in CSS using:


/*\*/
@import &quot;../assets/css/layout.css&quot;;
/**/


but it doesn&#039;t work when I do this.

Any thoughts? Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can get this to work, but it seems to be stripping all my css background-images out in IE (at least, when I preview the file locally)!?</p>
<p>Also, I tend to pull in CSS using:</p>
<p>/*\*/<br />
@import &#8220;../assets/css/layout.css&#8221;;<br />
/**/</p>
<p>but it doesn&#8217;t work when I do this.</p>
<p>Any thoughts? Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-49</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 10 Dec 2009 22:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-49</guid>
		<description>Just pushed out an updated version of SuperSelectors this afternoon.

The quick example mcm_ham had posted over in Mozillazine prompted a brainstorm, and I managed to solve the biggest limitation in SuperSelectors (needing to have duplicate style rules in your CSS).

SuperSelectors will now create the CSS for you - this means that you can write rules like &lt;code&gt;div.example &gt; div input[type=&quot;text&quot;] {background: #f0f;}&lt;/code&gt; and have it &lt;strong&gt;just work&lt;/strong&gt; - even in IE6!</description>
		<content:encoded><![CDATA[<p>Just pushed out an updated version of SuperSelectors this afternoon.</p>
<p>The quick example mcm_ham had posted over in Mozillazine prompted a brainstorm, and I managed to solve the biggest limitation in SuperSelectors (needing to have duplicate style rules in your CSS).</p>
<p>SuperSelectors will now create the CSS for you &#8211; this means that you can write rules like <code>div.example > div input[type="text"] {background: #f0f;}</code> and have it <strong>just work</strong> &#8211; even in IE6!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lightbody</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-48</link>
		<dc:creator>Eric Lightbody</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-48</guid>
		<description>@chris I don&#039;t remember what was going on before, but I tried it on a new project and I have pseudo selectors in ie now.  So awesome, thank you!</description>
		<content:encoded><![CDATA[<p>@chris I don&#8217;t remember what was going on before, but I tried it on a new project and I have pseudo selectors in ie now.  So awesome, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcm_ham</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-47</link>
		<dc:creator>mcm_ham</dc:creator>
		<pubDate>Sun, 06 Dec 2009 01:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-47</guid>
		<description>Just letting you know there&#039;s another discussion about this idea here:

&lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?f=25&amp;t=1591615&quot; rel=&quot;nofollow&quot;&gt;
http://forums.mozillazine.org/viewtopic.php?f=25&amp;t=1591615&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Just letting you know there&#8217;s another discussion about this idea here:</p>
<p><a href="http://forums.mozillazine.org/viewtopic.php?f=25&#038;t=1591615" rel="nofollow"><br />
</a><a href="http://forums.mozillazine.org/viewtopic.php?f=25&#038;t=1591615" rel="nofollow">http://forums.mozillazine.org/viewtopic.php?f=25&#038;t=1591615</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrel</title>
		<link>http://skulljackpot.com/2009/04/19/super-css-selector-support-with-jquery/comment-page-1/#comment-46</link>
		<dc:creator>Darrel</dc:creator>
		<pubDate>Thu, 03 Dec 2009 19:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://skulljackpot.com/?p=61#comment-46</guid>
		<description>Chris:

Yes, it helps. I&#039;ve used that technique before, albeit manually. 

Indeed, it helps de-clutter the HTML, but as you state, one still has a cluttered CSS file.

As of now, I think I&#039;m going to grin and bear it. If we&#039;re supporting IE6, then we&#039;re just going to have to deal with bloated CSS. Hopefully that&#039;ll be yet-another-argument to drop IE6 support soon. 

One can hope. ;o)</description>
		<content:encoded><![CDATA[<p>Chris:</p>
<p>Yes, it helps. I&#8217;ve used that technique before, albeit manually. </p>
<p>Indeed, it helps de-clutter the HTML, but as you state, one still has a cluttered CSS file.</p>
<p>As of now, I think I&#8217;m going to grin and bear it. If we&#8217;re supporting IE6, then we&#8217;re just going to have to deal with bloated CSS. Hopefully that&#8217;ll be yet-another-argument to drop IE6 support soon. </p>
<p>One can hope. ;o)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.281 seconds -->

