<?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: jQuery Impromptu 1.0 Now Available</title> <atom:link href="http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/feed/" rel="self" type="application/rss+xml" /><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/</link> <description>practical web design &#38; development</description> <lastBuildDate>Wed, 16 May 2012 12:15:11 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: trent</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-31114</link> <dc:creator>trent</dc:creator> <pubDate>Wed, 19 Oct 2011 17:05:42 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-31114</guid> <description>Another way is around line 64 in the latest source on Github, just move the jqimessage div after the jqibuttons.Or in the css you can make the buttons div position absolute to the state div, and set martin top on the message high enough to allow the buttons to show above it.</description> <content:encoded><![CDATA[<p>Another way is around line 64 in the latest source on Github, just move the jqimessage div after the jqibuttons.</p><p>Or in the css you can make the buttons div position absolute to the state div, and set martin top on the message high enough to allow the buttons to show above it.</p> ]]></content:encoded> </item> <item><title>By: wad</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-31100</link> <dc:creator>wad</dc:creator> <pubDate>Wed, 19 Oct 2011 13:29:32 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-31100</guid> <description>how do i get the buttons to be at the top instead?
editing default.css does not work</description> <content:encoded><![CDATA[<p>how do i get the buttons to be at the top instead?<br
/> editing default.css does not work</p> ]]></content:encoded> </item> <item><title>By: nicky</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-13830</link> <dc:creator>nicky</dc:creator> <pubDate>Thu, 10 Dec 2009 22:03:30 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-13830</guid> <description>Found a bug with multiple checkbox when 3 or more checkbox checked in Firefox 3 and IE.
when a, b, c, d is checked the array is supposed to look like [ a, b, c, d]  instead its coming out as [[[ a, b ],c ], d]did a fix for it too on line 84
Original :
} else if (typeof forminputs[obj.name] == Array) {
modified :
} else if (typeof forminputs[obj.name] == Array &#124;&#124; typeof forminputs[obj.name] == &#039;object&#039;)everything else is AWESOME !!!!  =)hope this helps.</description> <content:encoded><![CDATA[<p>Found a bug with multiple checkbox when 3 or more checkbox checked in Firefox 3 and IE.<br
/> when a, b, c, d is checked the array is supposed to look like [ a, b, c, d]  instead its coming out as [[[ a, b ],c ], d]</p><p>did a fix for it too on line 84<br
/> Original :<br
/> } else if (typeof forminputs[obj.name] == Array) {<br
/> modified :<br
/> } else if (typeof forminputs[obj.name] == Array || typeof forminputs[obj.name] == &#8216;object&#8217;)</p><p>everything else is AWESOME !!!!  =)</p><p>hope this helps.</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-9660</link> <dc:creator>trent</dc:creator> <pubDate>Mon, 19 Jan 2009 13:11:58 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-9660</guid> <description>I can see this being an issue that may vary from browser to browser.  I wouldn&#039;t recommend using these two at the same time as more than one modal both trying to do the same thing(cover up everything else)will cause issues.  You can try changing the zIndex option for your case to place it on top.</description> <content:encoded><![CDATA[<p>I can see this being an issue that may vary from browser to browser.  I wouldn&#8217;t recommend using these two at the same time as more than one modal both trying to do the same thing(cover up everything else)will cause issues.  You can try changing the zIndex option for your case to place it on top.</p> ]]></content:encoded> </item> <item><title>By: Ved</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-9657</link> <dc:creator>Ved</dc:creator> <pubDate>Mon, 19 Jan 2009 08:58:29 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-9657</guid> <description>Hey Trent,I have discovered a bug, that Impromptu doesn&#039;t work well with thickbox in IE. When you use it with thickbox the prompt come behind the thickbox, where it should come infront of thickbox screen.</description> <content:encoded><![CDATA[<p>Hey Trent,</p><p> I have discovered a bug, that Impromptu doesn&#8217;t work well with thickbox in IE. When you use it with thickbox the prompt come behind the thickbox, where it should come infront of thickbox screen.</p> ]]></content:encoded> </item> <item><title>By: jennifer</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-9638</link> <dc:creator>jennifer</dc:creator> <pubDate>Fri, 16 Jan 2009 07:23:53 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-9638</guid> <description>Jquery Impromptu is Amazing,, To the fullest..However, i have a few problems in integrating this with forms or sumbits..Hope i can find great ideas in this blog..</description> <content:encoded><![CDATA[<p>Jquery Impromptu is Amazing,, To the fullest..</p><p>However, i have a few problems in integrating this with forms or sumbits..</p><p>Hope i can find great ideas in this blog..</p> ]]></content:encoded> </item> <item><title>By: bootZ</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-9620</link> <dc:creator>bootZ</dc:creator> <pubDate>Tue, 13 Jan 2009 15:10:21 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-9620</guid> <description>Same has happened with the button definition, will try posting it again:jQuery.each(o.buttons,function(k,v){ var itm={};itm=(v+&#039;:&#039;+k).split(&#039;:&#039;);msgbox += &#039; button name=&quot;&#039;+ o.prefix +&#039;button&#039;+ k +&#039;&quot; id=&quot;&#039;+ o.prefix +&#039;button&#039;+ k +&#039;&quot; value=&quot;&#039;+ itm[0] +&#039;&quot; &#039;+ itm[1] +&#039; button &#039;});removed html tags around the &#039;button&#039;</description> <content:encoded><![CDATA[<p>Same has happened with the button definition, will try posting it again:</p><p> jQuery.each(o.buttons,function(k,v){ var itm={};itm=(v+&#8217;:'+k).split(&#8216;:&#8217;);msgbox += &#8216; button name=&#8221;&#8216;+ o.prefix +&#8217;button&#8217;+ k +&#8217;&#8221; id=&#8221;&#8216;+ o.prefix +&#8217;button&#8217;+ k +&#8217;&#8221; value=&#8221;&#8216;+ itm[0] +&#8217;&#8221; &#8216;+ itm[1] +&#8217; button &#8216;});</p><p>removed html tags around the &#8216;button&#8217;</p> ]]></content:encoded> </item> <item><title>By: bootZ</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-9619</link> <dc:creator>bootZ</dc:creator> <pubDate>Tue, 13 Jan 2009 13:55:38 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-9619</guid> <description>Looks like the comment box has removed the image tags, so this is what you need to define each button entry as:{Confirm:&#039;true: img src= Confirm&#039;,
Cancel:&#039;false: img src= Cancel&#039;},I have remove html formatting</description> <content:encoded><![CDATA[<p>Looks like the comment box has removed the image tags, so this is what you need to define each button entry as:</p><p>{Confirm:&#8217;true: img src= Confirm&#8217;,<br
/> Cancel:&#8217;false: img src= Cancel&#8217;},</p><p>I have remove html formatting</p> ]]></content:encoded> </item> <item><title>By: bootZ</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-9618</link> <dc:creator>bootZ</dc:creator> <pubDate>Tue, 13 Jan 2009 13:51:27 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-9618</guid> <description>Very nice tool!! But also wanted the ability to show images on the button, so here are the changes I have done to allow this:jQuery.each(o.buttons,function(k,v){ var itm={};itm=(v+&#039;:&#039;+k).split(&#039;:&#039;);msgbox += &#039;&#039;+ itm[1] +&#039;&#039;});... and//Events
jQuery(&#039;#&#039;+ o.prefix +&#039;buttons&#039;).children(&#039;button&#039;).click(function(){
var msg = jqi.children(&#039;.&#039;+ o.prefix +&#039;container&#039;).children(&#039;.&#039;+ o.prefix +&#039;message&#039;);
var clicked = ((o.buttons[this.name.substr((o.prefix+&#039;button&#039;).length)]+&#039;:&#039;).split(&#039;:&#039;))[0];
if(o.submit(clicked,msg))
removePrompt(true,clicked,msg);
});So you pass the contents in the sae field as the value seperated by the &#039;:&#039; - of course goes without saying that you may need to substitute &#039;:&#039; to another character to be parsed on if using the &#039;:&#039; within your image/html code. Here is my example:buttons:{Y:&quot;true:&#160;Yes&quot;, N:&quot;false:&#160;No&quot;},and I get the correct result back in the callback.Hope this helps.</description> <content:encoded><![CDATA[<p>Very nice tool!! But also wanted the ability to show images on the button, so here are the changes I have done to allow this:</p><p> jQuery.each(o.buttons,function(k,v){ var itm={};itm=(v+&#8217;:'+k).split(&#8216;:&#8217;);msgbox += &#8221;+ itm[1] +&#8221;});</p><p>&#8230; and</p><p> //Events<br
/> jQuery(&#8216;#&#8217;+ o.prefix +&#8217;buttons&#8217;).children(&#8216;button&#8217;).click(function(){<br
/> var msg = jqi.children(&#8216;.&#8217;+ o.prefix +&#8217;container&#8217;).children(&#8216;.&#8217;+ o.prefix +&#8217;message&#8217;);<br
/> var clicked = ((o.buttons[this.name.substr((o.prefix+'button').length)]+&#8217;:').split(&#8216;:&#8217;))[0];<br
/> if(o.submit(clicked,msg))<br
/> removePrompt(true,clicked,msg);<br
/> });</p><p>So you pass the contents in the sae field as the value seperated by the &#8216;:&#8217; &#8211; of course goes without saying that you may need to substitute &#8216;:&#8217; to another character to be parsed on if using the &#8216;:&#8217; within your image/html code. Here is my example:</p><p> buttons:{Y:&#8221;true:&nbsp;Yes&#8221;, N:&#8221;false:&nbsp;No&#8221;},</p><p>and I get the correct result back in the callback.</p><p>Hope this helps.</p> ]]></content:encoded> </item> <item><title>By: Bar Code Activex For Access</title><link>http://trentrichardson.com/2007/09/06/jquery-impromptu-10-now-available/comment-page-2/#comment-2729</link> <dc:creator>Bar Code Activex For Access</dc:creator> <pubDate>Wed, 06 Feb 2008 11:41:58 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=23#comment-2729</guid> <description>&lt;strong&gt;Postal code Bar&lt;/strong&gt;A ZIP Code is the postal code used by the United States Postal Service, zip code maps free which always writes it with capital letters.</description> <content:encoded><![CDATA[<p><strong>Postal code Bar</strong></p><p>A ZIP Code is the postal code used by the United States Postal Service, zip code maps free which always writes it with capital letters.</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
Database Caching 2/16 queries in 0.062 seconds using disk: basic
Object Caching 350/350 objects using disk: basic

Served from: trentrichardson.com @ 2012-05-16 23:22:00 -->
