<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Bullcrap - Latest Comments in Quick and Dirty jQuery Hack</title><link>http://bullcrap.disqus.com/</link><description></description><atom:link href="https://bullcrap.disqus.com/quick_and_dirty_jquery_hack/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 28 May 2009 17:18:49 -0000</lastBuildDate><item><title>Re: Quick and Dirty jQuery Hack</title><link>http://blog.brettkelly.org/post/113764890#comment-10165514</link><description>&lt;p&gt;Actually, there's a rather notable problem with that code. It's leaning on the old XPath style CSS selection. That works fine in jQuery 1.2.x, but was deprecated, and this code won't function with jQuery 1.3, which was released in January.&lt;/p&gt;&lt;p&gt;&lt;a href="http://docs.jquery.com/Release:jQuery_1.3" rel="nofollow noopener" target="_blank" title="http://docs.jquery.com/Release:jQuery_1.3"&gt;http://docs.jquery.com/Rele...&lt;/a&gt; - first bullet under the Changes section says "The '@' in [@attr] has been removed. Deprecated since 1.2 this old syntax no longer works. Simply remove the @ to upgrade."&lt;/p&gt;&lt;p&gt;So really, it's one quick and easy change. Just drop the @ and you're set.&lt;/p&gt;&lt;p&gt;Of course, it's dependent on the person's page to execute JavaScript, but even with the popularity of things like the NoScript plugin for Firefox, I imagine it'd be fine for most people. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian</dc:creator><pubDate>Thu, 28 May 2009 17:18:49 -0000</pubDate></item></channel></rss>