<?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: Support the jQuery Validation Plugin</title>
	<atom:link href="http://bassistance.de/2012/09/05/support-the-jquery-validation-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2012/09/05/support-the-jquery-validation-plugin/</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Mon, 25 Mar 2013 10:43:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: John Reilly</title>
		<link>http://bassistance.de/2012/09/05/support-the-jquery-validation-plugin/comment-page-1/#comment-236802</link>
		<dc:creator>John Reilly</dc:creator>
		<pubDate>Thu, 11 Oct 2012 07:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=1284#comment-236802</guid>
		<description><![CDATA[Thanks for replying Jörn.  It&#039;s good to know you&#039;re aware of jquery.validate.unobtrusive.js.  I guess I just wanted to know that this was something that was on your radar.

You don&#039;t happen to know who &quot;owns&quot; jquery.validate.unobtrusive.js do you?  I&#039;ve looked around and whilst I can find plenty of people using it I can&#039;t seem to find someone to whom you might report problems / make suggestions...]]></description>
		<content:encoded><![CDATA[<p>Thanks for replying Jörn.  It&#8217;s good to know you&#8217;re aware of jquery.validate.unobtrusive.js.  I guess I just wanted to know that this was something that was on your radar.</p>
<p>You don&#8217;t happen to know who &#8220;owns&#8221; jquery.validate.unobtrusive.js do you?  I&#8217;ve looked around and whilst I can find plenty of people using it I can&#8217;t seem to find someone to whom you might report problems / make suggestions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2012/09/05/support-the-jquery-validation-plugin/comment-page-1/#comment-236363</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Wed, 10 Oct 2012 12:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=1284#comment-236363</guid>
		<description><![CDATA[@John: It may not be obvious from the blog post, but their solution builds on top of this plugin. In later iterations, they&#039;ve actually removed some more of their own glue code (the blog post is from 2010).

So from that perspective, there&#039;s not really anything to adopt. The &lt;a href=&quot;http://bassistance.de/2012/09/07/release-validation-plugin-1-10-0/&quot; rel=&quot;nofollow&quot;&gt;latest release, 1.10.0&lt;/a&gt;, added a feature for specifying messages with &lt;code&gt;data-msg&lt;/code&gt; attributes.]]></description>
		<content:encoded><![CDATA[<p>@John: It may not be obvious from the blog post, but their solution builds on top of this plugin. In later iterations, they&#8217;ve actually removed some more of their own glue code (the blog post is from 2010).</p>
<p>So from that perspective, there&#8217;s not really anything to adopt. The <a href="http://bassistance.de/2012/09/07/release-validation-plugin-1-10-0/" rel="nofollow">latest release, 1.10.0</a>, added a feature for specifying messages with <code>data-msg</code> attributes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Reilly</title>
		<link>http://bassistance.de/2012/09/05/support-the-jquery-validation-plugin/comment-page-1/#comment-236345</link>
		<dc:creator>John Reilly</dc:creator>
		<pubDate>Wed, 10 Oct 2012 11:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=1284#comment-236345</guid>
		<description><![CDATA[Hi Jörn,

I&#039;m really pleased to hear about the plans for the jQuery Validation Plugin.  I originally started using the jQuery Validation Plugin on an ASP.NET MVC project in conjunction with jquery.validate.unobtrusive.js and I&#039;ve found it invaluable on my last couple of projects.  

I believe that jquery.validate.unobtrusive.js is created by Microsoft 
( http://bradwilson.typepad.com/blog/2010/10/mvc3-unobtrusive-validation.html ) but I&#039;ve found not masses of information out there about it.  

I was wondering if this was a development that has your blessing?  I do hope so!

And also I was curious as to whether this might actually become part of the jQuery Validation Plugin in the longer term?  After all, the unobtrusive aspect of this is essentially server technology agnostic.  It just so happens that it&#039;s ASP.NET MVC in my case.  It could be anything on the server generating HTML with the relevant &lt;code&gt;data-val-*&lt;/code&gt; attributes.  I would imagine that this would be something that would be welcomed by developers who use other server technologies.  And the more the merrier in my opinion!]]></description>
		<content:encoded><![CDATA[<p>Hi Jörn,</p>
<p>I&#8217;m really pleased to hear about the plans for the jQuery Validation Plugin.  I originally started using the jQuery Validation Plugin on an ASP.NET MVC project in conjunction with jquery.validate.unobtrusive.js and I&#8217;ve found it invaluable on my last couple of projects.  </p>
<p>I believe that jquery.validate.unobtrusive.js is created by Microsoft<br />
( <a href="http://bradwilson.typepad.com/blog/2010/10/mvc3-unobtrusive-validation.html" rel="nofollow">http://bradwilson.typepad.com/blog/2010/10/mvc3-unobtrusive-validation.html</a> ) but I&#8217;ve found not masses of information out there about it.  </p>
<p>I was wondering if this was a development that has your blessing?  I do hope so!</p>
<p>And also I was curious as to whether this might actually become part of the jQuery Validation Plugin in the longer term?  After all, the unobtrusive aspect of this is essentially server technology agnostic.  It just so happens that it&#8217;s ASP.NET MVC in my case.  It could be anything on the server generating HTML with the relevant <code>data-val-*</code> attributes.  I would imagine that this would be something that would be welcomed by developers who use other server technologies.  And the more the merrier in my opinion!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: bassistance.de @ 2013-05-24 04:41:18 by W3 Total Cache -->