<?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: New jQuery plugin: &#8220;Fly Off Page&#8221;</title>
	<atom:link href="http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:21:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raja</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-24858</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-24858</guid>
		<description>Cool Plugin ... Thank You</description>
		<content:encoded><![CDATA[<p>Cool Plugin &#8230; Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haydies</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-23031</link>
		<dc:creator>Haydies</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-23031</guid>
		<description>This might be a handy change for some. It adds a function call when the animation finishes.

            .animate(tweens, s.duration, function(){
                // On comepletion, remove the animated element:
                var p ; p = this.parentNode ;
                              
                callBack = s.callBack ;
                
                if (callBack != &#039;&#039;) {
                  callBack(p) ;
                }

                el.remove();                 
            })</description>
		<content:encoded><![CDATA[<p>This might be a handy change for some. It adds a function call when the animation finishes.</p>
<p>            .animate(tweens, s.duration, function(){<br />
                // On comepletion, remove the animated element:<br />
                var p ; p = this.parentNode ;</p>
<p>                callBack = s.callBack ;</p>
<p>                if (callBack != &#8221;) {<br />
                  callBack(p) ;<br />
                }</p>
<p>                el.remove();<br />
            })</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Lago</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-17260</link>
		<dc:creator>Samuel Lago</dc:creator>
		<pubDate>Tue, 28 Jul 2009 06:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-17260</guid>
		<description>I am using a jQuery slideshow script which is capable of Callbacks, these allow for external factors to take place based on internal events. Such is the way I would like the script to evolve on my page, with the aid of these Callbacks, that if I were to click &#039;add&#039; the image would fly off to a basket where the eventual collection could be downloaded. I got the idea from a DHTML script here:

http://www.dhtmlgoodies.com/scripts/fly-to-basket/fly-to-basket.html#

But I don&#039;t think the two are going to meld together and was wondering if there was an alternative flying product script in jQuery that I could integrate into the existing one I am using to animate the images here:

http://malsup.com/jquery/cycle/int2.html

Many thanks.</description>
		<content:encoded><![CDATA[<p>I am using a jQuery slideshow script which is capable of Callbacks, these allow for external factors to take place based on internal events. Such is the way I would like the script to evolve on my page, with the aid of these Callbacks, that if I were to click &#8216;add&#8217; the image would fly off to a basket where the eventual collection could be downloaded. I got the idea from a DHTML script here:</p>
<p><a href="http://www.dhtmlgoodies.com/scripts/fly-to-basket/fly-to-basket.html#">http://www.dhtmlgoodies.com/scripts/fly-to-basket/fly-to-basket.html#</a></p>
<p>But I don&#8217;t think the two are going to meld together and was wondering if there was an alternative flying product script in jQuery that I could integrate into the existing one I am using to animate the images here:</p>
<p><a href="http://malsup.com/jquery/cycle/int2.html">http://malsup.com/jquery/cycle/int2.html</a></p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feras Kayali</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-9287</link>
		<dc:creator>Feras Kayali</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-9287</guid>
		<description>I removed the following line and worked properly:
 
// Insert clone before original element: (make clone invisible)
   .before($(clone).css(&#039;opacity&#039;,0));

Why are u inserting this clone?
Thanks again.</description>
		<content:encoded><![CDATA[<p>I removed the following line and worked properly:</p>
<p>// Insert clone before original element: (make clone invisible)<br />
   .before($(clone).css(&#8216;opacity&#8217;,0));</p>
<p>Why are u inserting this clone?<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feras Kayali</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-9286</link>
		<dc:creator>Feras Kayali</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-9286</guid>
		<description>Nice Plugin.
two notes:
1) The full version worked while the min version didnt.
2) I tried flying off td elements from tables. It works but it changes the table somehow.
Its like the td that flies off leaves a bigger space than it already had!

Thank.</description>
		<content:encoded><![CDATA[<p>Nice Plugin.<br />
two notes:<br />
1) The full version worked while the min version didnt.<br />
2) I tried flying off td elements from tables. It works but it changes the table somehow.<br />
Its like the td that flies off leaves a bigger space than it already had!</p>
<p>Thank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelina Fabbro</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-3775</link>
		<dc:creator>Angelina Fabbro</dc:creator>
		<pubDate>Thu, 29 Jan 2009 19:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-3775</guid>
		<description>Funny, I&#039;m looking for a way to make elements &#039;fly on&#039; to a page. ;)</description>
		<content:encoded><![CDATA[<p>Funny, I&#8217;m looking for a way to make elements &#8216;fly on&#8217; to a page. <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shag</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-2680</link>
		<dc:creator>shag</dc:creator>
		<pubDate>Fri, 09 Jan 2009 05:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-2680</guid>
		<description>very nice indeed. some scaling might be a nice addition to the animation. killer as is though. thanks.</description>
		<content:encoded><![CDATA[<p>very nice indeed. some scaling might be a nice addition to the animation. killer as is though. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-2600</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 08 Jan 2009 04:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-2600</guid>
		<description>Thats a cool plug-in.  However, I&#039;m more interested in your original intent.  I&#039;m looking forward to that blog post.</description>
		<content:encoded><![CDATA[<p>Thats a cool plug-in.  However, I&#8217;m more interested in your original intent.  I&#8217;m looking forward to that blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-2237</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-2237</guid>
		<description>Nice work @krazyCeltic!</description>
		<content:encoded><![CDATA[<p>Nice work @krazyCeltic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrazyCeltic</title>
		<link>http://james.padolsey.com/javascript/new-jquery-plugin-fly-off-page/comment-page-1/#comment-2191</link>
		<dc:creator>KrazyCeltic</dc:creator>
		<pubDate>Thu, 01 Jan 2009 17:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=292#comment-2191</guid>
		<description>Here&#039;s an example of a widget utilizing James&#039; fly off the page plugin:

http://www.joshuamcinnis.com/dev/jquery/index.php

Naturally you would choose semantic class names, reset css to necessitate fewer css properties, and perhaps use a graphical &quot;close widget&quot; button but this is just a quick throw-together demonstrating a practical use of the plugin.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example of a widget utilizing James&#8217; fly off the page plugin:</p>
<p><a href="http://www.joshuamcinnis.com/dev/jquery/index.php">http://www.joshuamcinnis.com/dev/jquery/index.php</a></p>
<p>Naturally you would choose semantic class names, reset css to necessitate fewer css properties, and perhaps use a graphical &#8220;close widget&#8221; button but this is just a quick throw-together demonstrating a practical use of the plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
