<?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: Metaobjects 1.5</title>
	<atom:link href="http://noteslog.com/metaobjects/feed/" rel="self" type="application/rss+xml" />
	<link>http://noteslog.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 04:45:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: p.scheit</title>
		<link>http://noteslog.com/metaobjects/comment-page-1/#comment-61476</link>
		<dc:creator>p.scheit</dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/metaobjects/#comment-61476</guid>
		<description>Hey thanks for the good idea. To make it work with the current JQuery Version:

--- metaobjects-1.5.js	Do Apr 28 14:48:12 2011
+++ metaobjects-1.5.1.js	Do Apr 28 14:47:14 2011
@@ -81,13 +81,13 @@
 	.each( function() { 
  
 		var settings = { target: this.parentNode, cache: false }; 
-		$( &#039;&gt; param[@name=metaparam]&#039;, this ) 
+		$( &#039;&gt; param[name=metaparam]&#039;, this ) 
 		.each( function() {  
 			$.extend( settings, _value( this.value ) ); 
 		} ); 
  
 		$( &#039;&gt; param&#039;, this ) 
-		.not( &#039;[@name=metaparam]&#039; ) 
+		.not( &#039;[name=metaparam]&#039; ) 
 		.each( function() { 
 			var name  = this.name;
 			var value = _value( this.value ); 


best regards</description>
		<content:encoded><![CDATA[<p>Hey thanks for the good idea. To make it work with the current JQuery Version:</p>
<p>&#8212; metaobjects-1.5.js	Do Apr 28 14:48:12 2011<br />
+++ metaobjects-1.5.1.js	Do Apr 28 14:47:14 2011<br />
@@ -81,13 +81,13 @@<br />
 	.each( function() { </p>
<p> 		var settings = { target: this.parentNode, cache: false };<br />
-		$( &#8216;&gt; param[@name=metaparam]&#8216;, this )<br />
+		$( &#8216;&gt; param[name=metaparam]&#8216;, this )<br />
 		.each( function() {<br />
 			$.extend( settings, _value( this.value ) );<br />
 		} ); </p>
<p> 		$( &#8216;&gt; param&#8217;, this )<br />
-		.not( &#8216;[@name=metaparam]&#8216; )<br />
+		.not( &#8216;[name=metaparam]&#8216; )<br />
 		.each( function() {<br />
 			var name  = this.name;<br />
 			var value = _value( this.value ); </p>
<p>best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hacking at 0300 &#187; Making $.metadata Extensible</title>
		<link>http://noteslog.com/metaobjects/comment-page-1/#comment-23458</link>
		<dc:creator>Hacking at 0300 &#187; Making $.metadata Extensible</dc:creator>
		<pubDate>Fri, 29 Aug 2008 07:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/metaobjects/#comment-23458</guid>
		<description>[...] Ercolino&#039;s metaobjects uses an &lt;object&gt; element to insert metadata in a standards-compliant way, with the data in [...]</description>
		<content:encoded><![CDATA[<p>[...] Ercolino&#8217;s metaobjects uses an &lt;object&gt; element to insert metadata in a standards-compliant way, with the data in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

