<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/jquery/tags/selector</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 17:37:38 GMT</pubDate>
<item>
<title>(jQuery) JQuery Compare Selectors - manolis</title>
<link>http://snipplr.com/view/64780/jquery-compare-selectors/</link>
<description><![CDATA[ <p>Selectors are ARRAYs ... so you should do something like this 

$('div.a')[0] == $('div#a')[0]

or use the bellow method</p> ]]></description>
<pubDate>Wed, 02 May 2012 17:07:53 GMT</pubDate>
<guid>http://snipplr.com/view/64780/jquery-compare-selectors/</guid>
</item>
<item>
<title>(jQuery) Select all the elements from list but not the last - mortu</title>
<link>http://snipplr.com/view/55595/select-all-the-elements-from-list-but-not-the-last/</link>
<description><![CDATA[ <p>Select all the elements from list but not the last</p> ]]></description>
<pubDate>Thu, 23 Jun 2011 00:25:37 GMT</pubDate>
<guid>http://snipplr.com/view/55595/select-all-the-elements-from-list-but-not-the-last/</guid>
</item>
<item>
<title>(jQuery) jQuery is selector - FatFolderDesigner</title>
<link>http://snipplr.com/view/54885/jquery-is-selector/</link>
<description><![CDATA[ <p>This is a simple one I created to be a more accurate varient of the :contains() selector. This will select everything where the contents is exactly what you tell it. It was originally created for a game platform drop-down selector where contains was pulling to many results, for example there are 4 sony system, all with very similar names; Playstation,  Playstation 2, Playstation 3, and Playstation Portable. If you use :contains() for "Playstation" you'll pull all four system. This new :is() selector fixes this and is much faster than looping through a list and comparing them one-by-one.

If you have any questions it let me know. Use it in a cool project, do the same.</p> ]]></description>
<pubDate>Sun, 05 Jun 2011 05:16:04 GMT</pubDate>
<guid>http://snipplr.com/view/54885/jquery-is-selector/</guid>
</item>
<item>
<title>(jQuery) Case Insensitive contains jQuery selector - FatFolderDesigner</title>
<link>http://snipplr.com/view/54884/case-insensitive-contains-jquery-selector/</link>
<description><![CDATA[ <p>This one was not created by me, but I can't remember who originally created it. It does the same thing as the built in :contains() selector with one important difference, it's case insensitive. Since I usually type in all lower case (bad habit I know) I like to use it for filters. It's also a nice one to use on name filters, that way if the person using the filter doesn't use the proper case it will still pull of the name, for example if they type in "Delsoto", but the proper capitalization is "DelSoto" the default :contains() won't find it, but this modified :Contains() will. Very convient.

If you have any questions about this selector, or happen to know who made tit, post and let me know. Use it in a cool project, do the same.</p> ]]></description>
<pubDate>Sun, 05 Jun 2011 05:13:33 GMT</pubDate>
<guid>http://snipplr.com/view/54884/case-insensitive-contains-jquery-selector/</guid>
</item>
<item>
<title>(jQuery) Doesn't have selector - bassdas</title>
<link>http://snipplr.com/view/37753/doesnt-have-selector/</link>
<description><![CDATA[ <p>Doesn't have Selector</p> ]]></description>
<pubDate>Thu, 22 Jul 2010 23:54:36 GMT</pubDate>
<guid>http://snipplr.com/view/37753/doesnt-have-selector/</guid>
</item>
<item>
<title>(jQuery) jQuery IE6 &amp;amp; IE7 Pseudo-Selector Workaround - vagrantradio</title>
<link>http://snipplr.com/view/36343/jquery-ie6--ie7-pseudoselector-workaround/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Jun 2010 02:04:46 GMT</pubDate>
<guid>http://snipplr.com/view/36343/jquery-ie6--ie7-pseudoselector-workaround/</guid>
</item>
<item>
<title>(jQuery) jQuery attribute selector - ekinertac</title>
<link>http://snipplr.com/view/35738/jquery-attribute-selector/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Jun 2010 06:10:27 GMT</pubDate>
<guid>http://snipplr.com/view/35738/jquery-attribute-selector/</guid>
</item>
<item>
<title>(jQuery) Easy JQuery Asp.Net Control Selection - delikassap</title>
<link>http://snipplr.com/view/34621/easy-jquery-aspnet-control-selection/</link>
<description><![CDATA[ <p>// Taken from  :
// http://www.west-wind.com/weblog/posts/42319.aspx</p> ]]></description>
<pubDate>Mon, 17 May 2010 07:21:01 GMT</pubDate>
<guid>http://snipplr.com/view/34621/easy-jquery-aspnet-control-selection/</guid>
</item>
<item>
<title>(jQuery) nth-child jquery - bionickid</title>
<link>http://snipplr.com/view/27895/nthchild-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Feb 2010 04:34:56 GMT</pubDate>
<guid>http://snipplr.com/view/27895/nthchild-jquery/</guid>
</item>
<item>
<title>(jQuery) Custom jQuery selector - 1man</title>
<link>http://snipplr.com/view/26264/custom-jquery-selector/</link>
<description><![CDATA[ <p>Example given in the book jQuery Enlightenment.

Create your own custom selectors in jQuery and manipulate as usual.</p> ]]></description>
<pubDate>Mon, 11 Jan 2010 10:34:01 GMT</pubDate>
<guid>http://snipplr.com/view/26264/custom-jquery-selector/</guid>
</item>
<item>
<title>(jQuery) jQuery selectors with varaibles - radarseven</title>
<link>http://snipplr.com/view/18796/jquery-selectors-with-varaibles/</link>
<description><![CDATA[ <p>// How to use variables
// within jQuery selectors</p> ]]></description>
<pubDate>Mon, 24 Aug 2009 17:56:00 GMT</pubDate>
<guid>http://snipplr.com/view/18796/jquery-selectors-with-varaibles/</guid>
</item>
<item>
<title>(jQuery) CSS Attribute Selectors - LeeRJohnson</title>
<link>http://snipplr.com/view/18696/css-attribute-selectors/</link>
<description><![CDATA[ <p>Attribute selectors let you target an element based on its attributes. You can specify the element’s attribute only, so all the elements that have that attribute — whatever the value — within the HTML will be targeted, or be more specific and target elements that have particular values on their attributes — and this is where attribute selectors show their power.</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 23:23:39 GMT</pubDate>
<guid>http://snipplr.com/view/18696/css-attribute-selectors/</guid>
</item>
<item>
<title>(jQuery) Custom jQuery Pseudo-Class :css() Selector Expression - cfleschhut</title>
<link>http://snipplr.com/view/18431/custom-jquery-pseudoclass-css-selector-expression/</link>
<description><![CDATA[ <p>adapted from the fantastic „Learning jQuery 1.3“ book

http://www.packtpub.com/learning-jquery-1.3/book</p> ]]></description>
<pubDate>Tue, 18 Aug 2009 05:17:57 GMT</pubDate>
<guid>http://snipplr.com/view/18431/custom-jquery-pseudoclass-css-selector-expression/</guid>
</item>
<item>
<title>(jQuery) jQuery: select first and/or last list items - cyberhobo</title>
<link>http://snipplr.com/view/18407/jquery-select-first-andor-last-list-items/</link>
<description><![CDATA[ <p>Select the first and last item in an unordered list. As an example, I add a CSS class to each.

In WordPress, it's not so easy to get wp\_list\_pages() to generate these classes. jQuery provides an easy out for javascript-enabled clients.</p> ]]></description>
<pubDate>Mon, 17 Aug 2009 17:14:01 GMT</pubDate>
<guid>http://snipplr.com/view/18407/jquery-select-first-andor-last-list-items/</guid>
</item>
<item>
<title>(jQuery) jquery attribute selectors - hasantayyar</title>
<link>http://snipplr.com/view/16798/jquery-attribute-selectors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Jul 2009 10:15:09 GMT</pubDate>
<guid>http://snipplr.com/view/16798/jquery-attribute-selectors/</guid>
</item>
</channel>
</rss>