<?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: Attribute Ends With Selector [name$=&quot;value&quot;]</title>
	<atom:link href="http://api.jquery.com/attribute-ends-with-selector/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/attribute-ends-with-selector/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: .get().set().bro()</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-7943</link>
		<dc:creator>.get().set().bro()</dc:creator>
		<pubDate>Tue, 07 Dec 2010 22:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-7943</guid>
		<description>How about a Attribute does not End With Selector? Such as:&lt;br&gt;a[name!$=&quot;Home.aspx&quot;]&lt;br&gt;&lt;br&gt;Today this would be done as:&lt;br&gt;$(&#039;a&#039;).not(&#039;[name$=&quot;Home.aspx&quot;]&#039;)</description>
		<content:encoded><![CDATA[<p>How about a Attribute does not End With Selector? Such as:<br />a[name!$="Home.aspx"]</p>
<p>Today this would be done as:<br />$(&#39;a&#39;).not(&#39;[name$="Home.aspx"]&#39;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .get().set().bro()</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-7411</link>
		<dc:creator>.get().set().bro()</dc:creator>
		<pubDate>Tue, 07 Dec 2010 14:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-7411</guid>
		<description>How about a Attribute does not End With Selector? Such as:&lt;br&gt;a[name!$=&quot;Home.aspx&quot;]&lt;br&gt;&lt;br&gt;Today this would be done as:&lt;br&gt;$(&#039;a&#039;).not(&#039;[name$=&quot;Home.aspx&quot;]&#039;)</description>
		<content:encoded><![CDATA[<p>How about a Attribute does not End With Selector? Such as:<br />a[name!$="Home.aspx"]</p>
<p>Today this would be done as:<br />$(&#39;a&#39;).not(&#39;[name$="Home.aspx"]&#39;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kabijamp</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-7392</link>
		<dc:creator>Kabijamp</dc:creator>
		<pubDate>Mon, 06 Dec 2010 16:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-7392</guid>
		<description>Disable a &lt;a rel=&quot;nofollow&quot;&gt;
&lt;br&gt;The way I found to do this is, onclick=&quot;return false;&quot;
&lt;br&gt;
&lt;br&gt;I have a page with three link (no buttons). I want to disable all the links when you click in any of them.
&lt;br&gt;
&lt;br&gt;Set the Id attributs of all link to ending in &quot;_link&quot;, so I will end with opt_link more_link next_link. when page load next_link has onclick=&quot;do_something;&quot;
&lt;br&gt;
&lt;br&gt;in the function do_something() we will have something like:
&lt;br&gt;
&lt;br&gt;$(&#039;a[id$=&quot;link&quot;]&#039;).attr(&#039;onclick&#039;, &#039;return false;&#039;);
&lt;br&gt;
&lt;br&gt;This will disable all then at once.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Disable a <a rel="nofollow"><br />
<br />The way I found to do this is, onclick=&#8221;return false;&#8221;</p>
<p>I have a page with three link (no buttons). I want to disable all the links when you click in any of them.</p>
<p>Set the Id attributs of all link to ending in &#8220;_link&#8221;, so I will end with opt_link more_link next_link. when page load next_link has onclick=&#8221;do_something;&#8221;</p>
<p>in the function do_something() we will have something like:</p>
<p>$(&#39;a[id$="link"]&#39;).attr(&#39;onclick&#39;, &#39;return false;&#39;);</p>
<p>This will disable all then at once.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-6554</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 24 Oct 2010 13:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-6554</guid>
		<description>I ended up using doing this:&lt;br&gt;&lt;br&gt;$(&#039;img:visible&#039;).filter(function(){ return /(/path/to/images/[wd/-]+.jpg$)/.test(this.src); })&lt;br&gt;&lt;br&gt;but it would be cool if the above worked in all browsers.</description>
		<content:encoded><![CDATA[<p>I ended up using doing this:</p>
<p>$(&#39;img:visible&#39;).filter(function(){ return /(/path/to/images/[wd/-]+.jpg$)/.test(this.src); })</p>
<p>but it would be cool if the above worked in all browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-6553</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 24 Oct 2010 13:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-6553</guid>
		<description>Having an issue chaining the regex selectors in IE7. Here&#039;s what I&#039;m doing:&lt;br&gt;&lt;br&gt;$(&quot;img[src^=/path/to/my/image][src$=.jpg]&quot;)&lt;br&gt;&lt;br&gt;also tried using quotes&lt;br&gt;&lt;br&gt;$(&quot;img[src^=&#039;/path/to/my/image&#039;][src$=&#039;.jpg&#039;]&quot;)&lt;br&gt;&lt;br&gt;This works in FF, Safari and IE8, but not IE7. Not tested in IE6.</description>
		<content:encoded><![CDATA[<p>Having an issue chaining the regex selectors in IE7. Here&#39;s what I&#39;m doing:</p>
<p>$(&#8220;img[src^=/path/to/my/image][src$=.jpg]&#8220;)</p>
<p>also tried using quotes</p>
<p>$(&#8220;img[src^=&#39;/path/to/my/image&#39;][src$=&#39;.jpg&#39;]&#8220;)</p>
<p>This works in FF, Safari and IE8, but not IE7. Not tested in IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greasy Sneakers</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-6434</link>
		<dc:creator>Greasy Sneakers</dc:creator>
		<pubDate>Tue, 19 Oct 2010 06:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-6434</guid>
		<description>You will be better off filtering after the selector:&lt;br&gt;&lt;br&gt;$(&quot;a&quot;).filter(function(){ return /(jpe?g&#124;png&#124;gif)$/i.test($(this).attr(&#039;href&#039;)); })</description>
		<content:encoded><![CDATA[<p>You will be better off filtering after the selector:</p>
<p>$(&#8220;a&#8221;).filter(function(){ return /(jpe?g|png|gif)$/i.test($(this).attr(&#39;href&#39;)); })</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Gregor</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-5956</link>
		<dc:creator>Frank Gregor</dc:creator>
		<pubDate>Fri, 24 Sep 2010 17:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-5956</guid>
		<description>I have a Wordpress navigation and I would like to trigger the mouse over events. But my selector like:&lt;br&gt;&lt;br&gt;$j(&#039;#navi li:not(:has([class$=current_page_item])) a&#039;)&lt;br&gt;&lt;br&gt;doesn&#039;t work. Each &#039;li&#039; tag has more classes separated by a space character. Only at the active menu item the class value ends with the &#039;current_page_item&#039; class. But my selector trigger all menu items! Whats going wrong here anyway...?</description>
		<content:encoded><![CDATA[<p>I have a WordPress navigation and I would like to trigger the mouse over events. But my selector like:</p>
<p>$j(&#39;#navi li:not(:has([class$=current_page_item])) a&#39;)</p>
<p>doesn&#39;t work. Each &#39;li&#39; tag has more classes separated by a space character. Only at the active menu item the class value ends with the &#39;current_page_item&#39; class. But my selector trigger all menu items! Whats going wrong here anyway&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nebyoolae</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-4286</link>
		<dc:creator>Nebyoolae</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-4286</guid>
		<description>I&#039;m trying to figure this out right now and can&#039;t. I was hoping that the conditional selector would support full-on regex, but it doesn&#039;t appear to do that.</description>
		<content:encoded><![CDATA[<p>I&#39;m trying to figure this out right now and can&#39;t. I was hoping that the conditional selector would support full-on regex, but it doesn&#39;t appear to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan MacInnes</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-11403</link>
		<dc:creator>Nathan MacInnes</dc:creator>
		<pubDate>Wed, 26 May 2010 14:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-11403</guid>
		<description>$(&quot;a[href$=&quot; + myUrl + &quot;]&quot;)</description>
		<content:encoded><![CDATA[<p>$(&#8220;a[href$=" + myUrl + "]&#8220;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan MacInnes</title>
		<link>http://api.jquery.com/attribute-ends-with-selector/comment-page-1/#comment-11404</link>
		<dc:creator>Nathan MacInnes</dc:creator>
		<pubDate>Wed, 26 May 2010 14:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=586#comment-11404</guid>
		<description>$(&quot;a[href$=&quot; + myUrl + &quot;]&quot;)</description>
		<content:encoded><![CDATA[<p>$(&#8220;a[href$=" + myUrl + "]&#8220;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

