<?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 &#8211; Final Call for Version 1.0</title> <atom:link href="http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/feed/" rel="self" type="application/rss+xml" /><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/</link> <description>practical web design &#38; development</description> <lastBuildDate>Tue, 07 Feb 2012 03:15:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: trent</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1649</link> <dc:creator>trent</dc:creator> <pubDate>Thu, 06 Sep 2007 12:22:12 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1649</guid> <description>Hey Jake,One of the other posters had a very similar problem in ie and the doctype fixed their problem.. although I see you have your doctype, but I noticed you were using a strict doctype and there were some xhtml errors(looks as if it was a repetative error, probably is just a couple elements that are throwing everything off).  This might even fix a few other cross-browser differences.
http://validator.w3.org/</description> <content:encoded><![CDATA[<p>Hey Jake,</p><p>One of the other posters had a very similar problem in ie and the doctype fixed their problem.. although I see you have your doctype, but I noticed you were using a strict doctype and there were some xhtml errors(looks as if it was a repetative error, probably is just a couple elements that are throwing everything off).  This might even fix a few other cross-browser differences.<br
/> <a
href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a></p> ]]></content:encoded> </item> <item><title>By: Jake</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1647</link> <dc:creator>Jake</dc:creator> <pubDate>Thu, 06 Sep 2007 06:59:39 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1647</guid> <description>Hello,I&#039;m trying to use impromptu here:
http://indieed.com/temp/hermitkrab/index.php/restaurant/view/1/tclick on the &#039;photos&#039; tab, then click &#039;edit caption&#039; button anywhere.As you can see, in IE6 the positioning is off. The impromptu div looks to be on the top left of the screen, and partially cut off. I am using the latest version.</description> <content:encoded><![CDATA[<p>Hello,</p><p>I&#8217;m trying to use impromptu here:<br
/> <a
href="http://indieed.com/temp/hermitkrab/index.php/restaurant/view/1/t" rel="nofollow">http://indieed.com/temp/hermitkrab/index.php/restaurant/view/1/t</a></p><p>click on the &#8216;photos&#8217; tab, then click &#8216;edit caption&#8217; button anywhere.</p><p>As you can see, in IE6 the positioning is off. The impromptu div looks to be on the top left of the screen, and partially cut off. I am using the latest version.</p> ]]></content:encoded> </item> <item><title>By: Fredi Bach</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1646</link> <dc:creator>Fredi Bach</dc:creator> <pubDate>Wed, 05 Sep 2007 08:41:28 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1646</guid> <description>Interesting solution. Thx.Fredi</description> <content:encoded><![CDATA[<p>Interesting solution. Thx.</p><p>Fredi</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1643</link> <dc:creator>trent</dc:creator> <pubDate>Tue, 04 Sep 2007 17:50:12 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1643</guid> <description>Hey Fredi,The solution to your problem might be pretty simple if I understand you correctly.  You dont want to show any buttons and allow another piece of javascript to close the prompt.  If so here is how I would go about this.First allow a button named &quot;BtnName&quot; and use css to hide it so we don&#039;t lose any functionality..#jqibuttonBtnName{ display: none; }Then from your javascript use the jquery trigger function to trigger the click.
http://docs.jquery.com/Events/trigger#typedata$(&quot;#jqibuttonBtnName&quot;).trigger(&quot;click&quot;);Now you havn&#039;t lost any functionality and triggering the click event will close the prompt.</description> <content:encoded><![CDATA[<p>Hey Fredi,</p><p>The solution to your problem might be pretty simple if I understand you correctly.  You dont want to show any buttons and allow another piece of javascript to close the prompt.  If so here is how I would go about this.</p><p>First allow a button named &#8220;BtnName&#8221; and use css to hide it so we don&#8217;t lose any functionality..</p><p>#jqibuttonBtnName{ display: none; }</p><p>Then from your javascript use the jquery trigger function to trigger the click.<br
/> <a
href="http://docs.jquery.com/Events/trigger#typedata" rel="nofollow">http://docs.jquery.com/Events/trigger#typedata</a></p><p>$(&#8220;#jqibuttonBtnName&#8221;).trigger(&#8220;click&#8221;);</p><p>Now you havn&#8217;t lost any functionality and triggering the click event will close the prompt.</p> ]]></content:encoded> </item> <item><title>By: Fredi Bach</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1640</link> <dc:creator>Fredi Bach</dc:creator> <pubDate>Tue, 04 Sep 2007 12:31:27 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1640</guid> <description>Hi Trent,Can you extend the plugin to make the blockUI functionality possible? For some reason the blockUI plugin doesnt work together with the other plugins I&#039;m using for my current project and I want to have the blocking to look and act the same as my prompts. Basically what you would have to do is let me call the prompt with an empty button object and to be able to close the prompt from other scripts.I know how to mod your plugin to show now buttons (and no button div) if the button object is empty, but I have no idea how to close the prompt.Fredi</description> <content:encoded><![CDATA[<p>Hi Trent,</p><p>Can you extend the plugin to make the blockUI functionality possible? For some reason the blockUI plugin doesnt work together with the other plugins I&#8217;m using for my current project and I want to have the blocking to look and act the same as my prompts. Basically what you would have to do is let me call the prompt with an empty button object and to be able to close the prompt from other scripts.</p><p>I know how to mod your plugin to show now buttons (and no button div) if the button object is empty, but I have no idea how to close the prompt.</p><p>Fredi</p> ]]></content:encoded> </item> <item><title>By: Georgi</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1615</link> <dc:creator>Georgi</dc:creator> <pubDate>Sat, 01 Sep 2007 20:08:56 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1615</guid> <description>Yea :) thats itthanks again</description> <content:encoded><![CDATA[<p>Yea :) thats it</p><p>thanks again</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1605</link> <dc:creator>trent</dc:creator> <pubDate>Fri, 31 Aug 2007 12:04:04 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1605</guid> <description>If I am understanding you correctly sure you can! Everything from the prompt is passed back as the second parameter.  So considering I have an input field called &quot;foo&quot; in my prompt, the Ok button has a value of true, and I want to send an ajax request in the callback I might do this:function mycallback(v,m){
&#160;&#160;&#160;&#160;fooVal = m.find(&quot;input[name=foo]&quot;).val();
&#160;&#160;&#160;&#160;if(v){
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$.post(&quot;mypage.php&quot;,{foo:fooVal},ajaxCallback);
&#160;&#160;&#160;&#160;}
}Is this what you&#039;re asking?</description> <content:encoded><![CDATA[<p>If I am understanding you correctly sure you can! Everything from the prompt is passed back as the second parameter.  So considering I have an input field called &#8220;foo&#8221; in my prompt, the Ok button has a value of true, and I want to send an ajax request in the callback I might do this:</p><p>function mycallback(v,m){<br
/> &nbsp;&nbsp;&nbsp;&nbsp;fooVal = m.find(&#8220;input[name=foo]&#8220;).val();<br
/> &nbsp;&nbsp;&nbsp;&nbsp;if(v){<br
/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$.post(&#8220;mypage.php&#8221;,{foo:fooVal},ajaxCallback);<br
/> &nbsp;&nbsp;&nbsp;&nbsp;}<br
/> }</p><p>Is this what you&#8217;re asking?</p> ]]></content:encoded> </item> <item><title>By: Georgi</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1603</link> <dc:creator>Georgi</dc:creator> <pubDate>Fri, 31 Aug 2007 10:57:14 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1603</guid> <description>what about passin&#039; variables to the callback function?think is impossible to execute some ajax request from the callback with a specific variables if the user click on &quot;OK&quot; button, right? or Ima mistaken?! :(</description> <content:encoded><![CDATA[<p>what about passin&#8217; variables to the callback function?</p><p>think is impossible to execute some ajax request from the callback with a specific variables if the user click on &#8220;OK&#8221; button, right? or Ima mistaken?! :(</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1599</link> <dc:creator>trent</dc:creator> <pubDate>Thu, 30 Aug 2007 17:07:24 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1599</guid> <description>Dan,Sorry I have to ask, which situations would need the prompt to be elsewhere besides centered in it&#039;s container?  Have you tried adjusting the position with your CSS?  I&#039;m  definitely open for suggestions if its a well needed addition, and by no means am I ruling
this out.</description> <content:encoded><![CDATA[<p>Dan,</p><p>Sorry I have to ask, which situations would need the prompt to be elsewhere besides centered in it&#8217;s container?  Have you tried adjusting the position with your CSS?  I&#8217;m  definitely open for suggestions if its a well needed addition, and by no means am I ruling<br
/> this out.</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://trentrichardson.com/2007/08/30/jquery-impromptu-any-final-requests-for-version-1/comment-page-1/#comment-1597</link> <dc:creator>Dan</dc:creator> <pubDate>Thu, 30 Aug 2007 12:53:15 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=22#comment-1597</guid> <description>Please, allow positions.
Top-Left, Top-Center, Top-Right
Mid-Left, Mid- Center, Mid-Right
Bottom-Left, Bottom-Center, Bottom-RightAnd custom  X,Y positioning.
Also, Fixed Height/Width if possible.Please contact me about this.</description> <content:encoded><![CDATA[<p>Please, allow positions.<br
/> Top-Left, Top-Center, Top-Right<br
/> Mid-Left, Mid- Center, Mid-Right<br
/> Bottom-Left, Bottom-Center, Bottom-Right</p><p>And custom  X,Y positioning.<br
/> Also, Fixed Height/Width if possible.</p><p>Please contact me about this.</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 1/16 queries in 0.034 seconds using disk: basic
Object Caching 347/348 objects using disk: basic

Served from: trentrichardson.com @ 2012-02-07 11:55:04 -->
