<?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: Masked Input Plugin 1.2</title> <atom:link href="http://digitalbush.com/2008/12/08/masked-input-plugin-12/feed/" rel="self" type="application/rss+xml" /><link>http://digitalbush.com/2008/12/08/masked-input-plugin-12/</link> <description>Tales of a Tormented Software Developer</description> <lastBuildDate>Thu, 19 Apr 2012 15:22:59 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Vortilion</title><link>http://digitalbush.com/2008/12/08/masked-input-plugin-12/comment-page-1/#comment-3378</link> <dc:creator>Vortilion</dc:creator> <pubDate>Mon, 12 Mar 2012 15:13:14 +0000</pubDate> <guid
isPermaLink="false">http://digitalbush.com/?p=271#comment-3378</guid> <description>0 down vote favorite
share [g+] share [fb] share [tw]I want to limit an html input field to an input likeName 1 &amp; Name 2,so that the user can only type in two names in the formate.g. &quot;Steven &amp; Peter&quot; or &quot;Alex &amp; Jennifer&quot;.I tried it with jQuery &quot;maskedinput&quot; and$(&#039;.picName&#039;).mask(&#039;aaaaaaaa &amp; aaaaaaaa&#039;);but here the user has to input EXACTLY 8 characters per name, but I want it to set to MAX. 8 characters per name. Does anybody know if that&#039;s possible with maskedinput?</description> <content:encoded><![CDATA[<p>0 down vote favorite<br
/> share [g+] share [fb] share [tw]</p><p>I want to limit an html input field to an input like</p><p>Name 1 &amp; Name 2,</p><p>so that the user can only type in two names in the format</p><p>e.g. &#8220;Steven &amp; Peter&#8221; or &#8220;Alex &amp; Jennifer&#8221;.</p><p>I tried it with jQuery &#8220;maskedinput&#8221; and</p><p>$(&#8216;.picName&#8217;).mask(&#8216;aaaaaaaa &amp; aaaaaaaa&#8217;);</p><p>but here the user has to input EXACTLY 8 characters per name, but I want it to set to MAX. 8 characters per name. Does anybody know if that&#8217;s possible with maskedinput?</p> ]]></content:encoded> </item> <item><title>By: ADnan</title><link>http://digitalbush.com/2008/12/08/masked-input-plugin-12/comment-page-1/#comment-2453</link> <dc:creator>ADnan</dc:creator> <pubDate>Fri, 24 Apr 2009 22:45:06 +0000</pubDate> <guid
isPermaLink="false">http://digitalbush.com/?p=271#comment-2453</guid> <description>Hi - Is there any example on how i can use this with asp.net</description> <content:encoded><![CDATA[<p>Hi &#8211; Is there any example on how i can use this with asp.net</p> ]]></content:encoded> </item> <item><title>By: ILog</title><link>http://digitalbush.com/2008/12/08/masked-input-plugin-12/comment-page-1/#comment-2369</link> <dc:creator>ILog</dc:creator> <pubDate>Sat, 20 Dec 2008 11:41:37 +0000</pubDate> <guid
isPermaLink="false">http://digitalbush.com/?p=271#comment-2369</guid> <description>Hi!I&#039;ve just tried setting &quot;allowPartial: true&quot;, and it looks like there is a small bug. I have several inputs on the form with numeric mask and &quot;completed&quot; processing to jump to the next input automatically. One of these inputs was recently requested to keep partially filled. So, when I set &quot;allowPartial&quot; for this one while others remain standard, this &quot;partial&quot; control displayed placeholders not being focused. I had to use spaces for placeholders everywhere.I would also vote for &quot;ranges&quot; in mask.Thank you for this _excellent_ plugin!</description> <content:encoded><![CDATA[<p>Hi!</p><p>I&#8217;ve just tried setting &#8220;allowPartial: true&#8221;, and it looks like there is a small bug. I have several inputs on the form with numeric mask and &#8220;completed&#8221; processing to jump to the next input automatically. One of these inputs was recently requested to keep partially filled. So, when I set &#8220;allowPartial&#8221; for this one while others remain standard, this &#8220;partial&#8221; control displayed placeholders not being focused. I had to use spaces for placeholders everywhere.</p><p>I would also vote for &#8220;ranges&#8221; in mask.</p><p>Thank you for this _excellent_ plugin!</p> ]]></content:encoded> </item> <item><title>By: Brandon Jones</title><link>http://digitalbush.com/2008/12/08/masked-input-plugin-12/comment-page-1/#comment-2366</link> <dc:creator>Brandon Jones</dc:creator> <pubDate>Thu, 18 Dec 2008 16:05:48 +0000</pubDate> <guid
isPermaLink="false">http://digitalbush.com/?p=271#comment-2366</guid> <description>Right, that&#039;s all the masking will accept after the parenthesis.I actually had a question about how I would go about specifying a specific value range for any particular space. I guess essentially it&#039;s a question of how to self validate within the mask while on input.So I could do a time value and make it so only the following was acceptable:
[0-2][0-9]:[0-6][0-9]Or for a date:
[0-1][0-9]/[0-3][0-9]/[0-9][0-9]?Anything you could point me towards or suggest would be much appreciated.</description> <content:encoded><![CDATA[<p>Right, that&#8217;s all the masking will accept after the parenthesis.</p><p>I actually had a question about how I would go about specifying a specific value range for any particular space. I guess essentially it&#8217;s a question of how to self validate within the mask while on input.</p><p>So I could do a time value and make it so only the following was acceptable:<br
/> [0-2][0-9]:[0-6][0-9]</p><p>Or for a date:<br
/> [0-1][0-9]/[0-3][0-9]/[0-9][0-9]?</p><p>Anything you could point me towards or suggest would be much appreciated.</p> ]]></content:encoded> </item> <item><title>By: Aaron Chu</title><link>http://digitalbush.com/2008/12/08/masked-input-plugin-12/comment-page-1/#comment-2361</link> <dc:creator>Aaron Chu</dc:creator> <pubDate>Mon, 15 Dec 2008 03:54:48 +0000</pubDate> <guid
isPermaLink="false">http://digitalbush.com/?p=271#comment-2361</guid> <description>However, the masking place may have the chance to have a character, a space or a numbermask(&quot;(999) 999-9999&quot;);
will only accept a space after &quot;)&quot;, &amp; nothing else. Right?</description> <content:encoded><![CDATA[<p>However, the masking place may have the chance to have a character, a space or a number</p><p>mask(&#8220;(999) 999-9999&#8243;);<br
/> will only accept a space after &#8220;)&#8221;, &amp; nothing else. Right?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/12 queries in 0.006 seconds using apc

Served from: _ @ 2012-05-21 11:40:35 -->
