<?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: Accessing data saved in the class property of DOM-elements with jQuery</title>
	<atom:link href="http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/</link>
	<description>A rather geeky/technical weblog by Bram(us) Van Damme</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:34:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1442</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1442</guid>
		<description>Most sites then were (and still are today) HTML/XHTML (this plugin targets those sites; if you&#039;re using HTML5 then of course you should be using &lt;code&gt;data-*&lt;/code&gt;) ;-)</description>
		<content:encoded><![CDATA[<p>Most sites then were (and still are today) HTML/XHTML (this plugin targets those sites; if you&#8217;re using HTML5 then of course you should be using <code>data-*</code>) <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Bynens</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1441</link>
		<dc:creator>Mathias Bynens</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1441</guid>
		<description>&lt;blockquote&gt;This code however is nearly two years old by now, back then this was the way to do it ;)&lt;/blockquote&gt;
So back in February 2009, HTML5 didn’t exist and no one was using custom data-* attributes? :P</description>
		<content:encoded><![CDATA[<blockquote><p>This code however is nearly two years old by now, back then this was the way to do it <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
<p>So back in February 2009, HTML5 didn’t exist and no one was using custom data-* attributes? <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1440</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Sun, 07 Nov 2010 22:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1440</guid>
		<description>@Mathias: This code however is nearly two years old by now, back then this was the way to do it ;-)</description>
		<content:encoded><![CDATA[<p>@Mathias: This code however is nearly two years old by now, back then this was the way to do it <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1439</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Sun, 07 Nov 2010 22:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1439</guid>
		<description>Why not just use custom data-* attributes instead?</description>
		<content:encoded><![CDATA[<p>Why not just use custom data-* attributes instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1438</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1438</guid>
		<description>djot,
the Metadata plugin allows one to use three types of syntaxes, of which two are incorrect/invalid (the one with the data attribute, and the one with the custom script type).
The other option (to embed JSON in your className) might be valid, but - one must admit - looks pretty weird.
Nonetheless it does give more options and might be handy in some scenarios. I myself - of course - prefer the method posted in this post here ;-)
An extension for this plugin - for example - could be to extract all data from an element (just like the metadataplugin does) and provide that as an object which one can then later one use (queriedData.gender for example).</description>
		<content:encoded><![CDATA[<p>djot,</p>
<p>the Metadata plugin allows one to use three types of syntaxes, of which two are incorrect/invalid (the one with the data attribute, and the one with the custom script type).</p>
<p>The other option (to embed JSON in your className) might be valid, but &#8211; one must admit &#8211; looks pretty weird.</p>
<p>Nonetheless it does give more options and might be handy in some scenarios. I myself &#8211; of course &#8211; prefer the method posted in this post here <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>An extension for this plugin &#8211; for example &#8211; could be to extract all data from an element (just like the metadataplugin does) and provide that as an object which one can then later one use (queriedData.gender for example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djot</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1437</link>
		<dc:creator>djot</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1437</guid>
		<description>Why not use the Metadata plugin .. more flexible with the variables, the data and the argument/parameter that holds the info</description>
		<content:encoded><![CDATA[<p>Why not use the Metadata plugin .. more flexible with the variables, the data and the argument/parameter that holds the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramus!</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1436</link>
		<dc:creator>Bramus!</dc:creator>
		<pubDate>Wed, 11 Feb 2009 19:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1436</guid>
		<description>Jurriaan, I actually took the example code from your site (last xhtml example) ;-)</description>
		<content:encoded><![CDATA[<p>Jurriaan, I actually took the example code from your site (last xhtml example) <img src='http://www.bram.us/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurriaan Persyn</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1435</link>
		<dc:creator>Jurriaan Persyn</dc:creator>
		<pubDate>Wed, 11 Feb 2009 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1435</guid>
		<description>Thanks for porting to jquerv.
And, just for the record, I&#039;d like to state my girlfriend Laura Bogaert is female.</description>
		<content:encoded><![CDATA[<p>Thanks for porting to jquerv.<br />
And, just for the record, I&#8217;d like to state my girlfriend Laura Bogaert is female.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieter</title>
		<link>http://www.bram.us/2009/02/09/accessing-data-saved-in-the-class-property-of-dom-elements-with-jquery/#comment-1434</link>
		<dc:creator>Dieter</dc:creator>
		<pubDate>Wed, 11 Feb 2009 06:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bram.us/?p=1914#comment-1434</guid>
		<description>Great stuff, perfect (and definitely a better) alternative for those stuffed &quot;rel&quot;-tags. Thanks!</description>
		<content:encoded><![CDATA[<p>Great stuff, perfect (and definitely a better) alternative for those stuffed &#8220;rel&#8221;-tags. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

