<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: EasyDrag jQuery Plugin</title>
	<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/</link>
	<description>Throwing code to the wind</description>
	<pubDate>Thu, 23 Feb 2012 01:51:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-368</link>
		<author>fromvega</author>
		<pubDate>Sat, 14 Jul 2007 21:16:37 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-368</guid>
					<description>If you have any doubt, any suggestion or if you have found a bug and want to suggest a correction please feel free to leave a comment!</description>
		<content:encoded><![CDATA[<p>If you have any doubt, any suggestion or if you have found a bug and want to suggest a correction please feel free to leave a comment!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-369</link>
		<author>Karl Swedberg</author>
		<pubDate>Sun, 15 Jul 2007 01:33:21 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-369</guid>
					<description>Very slick! now I'm off to think up some fun uses for this. Thanks for the cool plugin. 

Also, you ought to post it on jquery.com/plugins/. I'm sure others will appreciate it as well.</description>
		<content:encoded><![CDATA[<p>Very slick! now I&#8217;m off to think up some fun uses for this. Thanks for the cool plugin. </p>
<p>Also, you ought to post it on jquery.com/plugins/. I&#8217;m sure others will appreciate it as well.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Datrio</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-370</link>
		<author>Datrio</author>
		<pubDate>Mon, 16 Jul 2007 08:41:55 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-370</guid>
					<description>Bug in Firefox 2.0 under XP. When I start dragging, the text outside of the box is selected. Not sure what's the jQuery way of stopping the default event, if there's no specific thing, there's always:

e.cancelBubble = true;
if (e.stopPropagation) e.stopPropagation();</description>
		<content:encoded><![CDATA[<p>Bug in Firefox 2.0 under XP. When I start dragging, the text outside of the box is selected. Not sure what&#8217;s the jQuery way of stopping the default event, if there&#8217;s no specific thing, there&#8217;s always:</p>
<p>e.cancelBubble = true;<br />
if (e.stopPropagation) e.stopPropagation();</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jeff</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-371</link>
		<author>Jeff</author>
		<pubDate>Mon, 16 Jul 2007 15:18:38 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-371</guid>
					<description>It looks like you should set the z-index of the object. It's sitting under text if I move it over text and then I can no longer grab it. Also on firefox 2.0 on xp</description>
		<content:encoded><![CDATA[<p>It looks like you should set the z-index of the object. It&#8217;s sitting under text if I move it over text and then I can no longer grab it. Also on firefox 2.0 on xp</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-372</link>
		<author>fromvega</author>
		<pubDate>Mon, 16 Jul 2007 17:07:53 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-372</guid>
					<description>Hello Datrio, thank you for the information! The fixed version is already available for download. It turns out that jQuery already have this implemented, the event handler just need to return false to stop event bubbling.</description>
		<content:encoded><![CDATA[<p>Hello Datrio, thank you for the information! The fixed version is already available for download. It turns out that jQuery already have this implemented, the event handler just need to return false to stop event bubbling.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-373</link>
		<author>fromvega</author>
		<pubDate>Mon, 16 Jul 2007 17:17:12 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-373</guid>
					<description>Hello Jeff, good point. I have set the code to set the z-index property to 10000.  It may help for quickly deployment but you should set the z-index by yourself if you need precise control over the elements layering.</description>
		<content:encoded><![CDATA[<p>Hello Jeff, good point. I have set the code to set the z-index property to 10000.  It may help for quickly deployment but you should set the z-index by yourself if you need precise control over the elements layering.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Stephan Beal</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-375</link>
		<author>Stephan Beal</author>
		<pubDate>Mon, 30 Jul 2007 15:24:00 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-375</guid>
					<description>Nice plugin. i would highly recommend getting rid of that SpiderMan logo at the top of the page, though. If someone from Marvel sees it you're gonna get a letter from their lawyers.</description>
		<content:encoded><![CDATA[<p>Nice plugin. i would highly recommend getting rid of that SpiderMan logo at the top of the page, though. If someone from Marvel sees it you&#8217;re gonna get a letter from their lawyers.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-376</link>
		<author>fromvega</author>
		<pubDate>Mon, 30 Jul 2007 16:13:56 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-376</guid>
					<description>And what about Chucky? hehe</description>
		<content:encoded><![CDATA[<p>And what about Chucky? hehe</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rob Honig</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-377</link>
		<author>Rob Honig</author>
		<pubDate>Tue, 31 Jul 2007 10:46:41 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-377</guid>
					<description>Chucky is OK.. :) Thnx.. was searching for this.</description>
		<content:encoded><![CDATA[<p>Chucky is OK.. <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thnx.. was searching for this.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: djot</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-379</link>
		<author>djot</author>
		<pubDate>Tue, 31 Jul 2007 13:43:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-379</guid>
					<description>-
great, lost my post because of a but in this shit comment window.

again in short: could you please provide an example of draggables and accepting droppables?

djot
-</description>
		<content:encoded><![CDATA[<p>-<br />
great, lost my post because of a but in this shit comment window.</p>
<p>again in short: could you please provide an example of draggables and accepting droppables?</p>
<p>djot<br />
-</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-383</link>
		<author>fromvega</author>
		<pubDate>Tue, 31 Jul 2007 16:40:03 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-383</guid>
					<description>I'm sorry djot, I was testing an anti-spam plugin. It indeed stops spams but I disabled it since other people may encounter problems like you did (maybe your web development toolbar had javascript disabled?).

So, now answering your question: you can achieve the "droppables" behavior using the .ondrop function with a sort of collision detection code. I did not include "droppables" in the source code because I wanted a clean and short plugin. But I may include it on demand.

To give you an idea of what I'm talking about I have coded a simple example that you can find at:
http://fromvega.com/code/easydrag/drop.html

Bye!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry djot, I was testing an anti-spam plugin. It indeed stops spams but I disabled it since other people may encounter problems like you did (maybe your web development toolbar had javascript disabled?).</p>
<p>So, now answering your question: you can achieve the &#8220;droppables&#8221; behavior using the .ondrop function with a sort of collision detection code. I did not include &#8220;droppables&#8221; in the source code because I wanted a clean and short plugin. But I may include it on demand.</p>
<p>To give you an idea of what I&#8217;m talking about I have coded a simple example that you can find at:<br />
<a href="http://fromvega.com/code/easydrag/drop.html" rel="nofollow">http://fromvega.com/code/easydrag/drop.html</a></p>
<p>Bye!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Colin</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-444</link>
		<author>Colin</author>
		<pubDate>Sat, 04 Aug 2007 22:52:39 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-444</guid>
					<description>Hi there,

Just found this and I'm trying to use it.  Unfortunately, using the copy of the plugin above and jQuery 1.1.1, I get an error:
$("#admineditmenu").easydrag is not a function
Obviously, I'm trying to add draggin to a div called admineditmenu, and I am doing so with this command:
$('#admineditmenu').easydrag();

Am I missing something?</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Just found this and I&#8217;m trying to use it.  Unfortunately, using the copy of the plugin above and jQuery 1.1.1, I get an error:<br />
$(&#8221;#admineditmenu&#8221;).easydrag is not a function<br />
Obviously, I&#8217;m trying to add draggin to a div called admineditmenu, and I am doing so with this command:<br />
$(&#8217;#admineditmenu&#8217;).easydrag();</p>
<p>Am I missing something?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-447</link>
		<author>fromvega</author>
		<pubDate>Sun, 05 Aug 2007 03:18:20 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-447</guid>
					<description>Hello Colin,

I'm sorry but I have not tested it with jQuery 1.1.1. But it seems not to be a jQuery problem (maybe I'm wrong) but are you sure that you are including all the .js files correctly? Could you try using the most recent version of jQuery just to be sure if the error persists?

By the way, the correct form to call is ".easydrag()"

See you!</description>
		<content:encoded><![CDATA[<p>Hello Colin,</p>
<p>I&#8217;m sorry but I have not tested it with jQuery 1.1.1. But it seems not to be a jQuery problem (maybe I&#8217;m wrong) but are you sure that you are including all the .js files correctly? Could you try using the most recent version of jQuery just to be sure if the error persists?</p>
<p>By the way, the correct form to call is &#8220;.easydrag()&#8221;</p>
<p>See you!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: semelak1</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-450</link>
		<author>semelak1</author>
		<pubDate>Sun, 05 Aug 2007 11:01:45 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-450</guid>
					<description>Hello ,

When setting the width/height of the box to auto or to a percentage (60% for example), the shape pf the dragged div changes while dragging !! any resolution/work around for this ??

Thanks</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>When setting the width/height of the box to auto or to a percentage (60% for example), the shape pf the dragged div changes while dragging !! any resolution/work around for this ??</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-453</link>
		<author>fromvega</author>
		<pubDate>Sun, 05 Aug 2007 15:55:22 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-453</guid>
					<description>Hello semelak1,

The problem seems to be that you are not setting your div as absolute positioned and haven't set the parent position to "relative". When you call easydrag(), the plugin will set the element positioning to absolute so you can drag it around. Therefore, some previous relations that the element had with others will be invalidated and others will change to reflect the new relations.

So let's say that you want to drag the element #freebox and that it is inside another box called #staticbox. #staticbox have no position property defined and have width set to 500px, #freebox have no position property defined as well and have width set to 50%. So #freebox will be 250px wide.

Then when you apply the plugin, #freebox will no longer use the #staticbox to calculate the 50% width but the next relative positioned element (at least it's what we expect). If there is no relative positioned element as its ancestor the #freebox width will be calculated based on the document width. So that's probably why the size of your div is changing.

You can solve this by setting absolute values for the width and height or setting the "position" property of its parent to "relative". This means adding "position: relative" to #staticbox in the example given.

I hope it helps!</description>
		<content:encoded><![CDATA[<p>Hello semelak1,</p>
<p>The problem seems to be that you are not setting your div as absolute positioned and haven&#8217;t set the parent position to &#8220;relative&#8221;. When you call easydrag(), the plugin will set the element positioning to absolute so you can drag it around. Therefore, some previous relations that the element had with others will be invalidated and others will change to reflect the new relations.</p>
<p>So let&#8217;s say that you want to drag the element #freebox and that it is inside another box called #staticbox. #staticbox have no position property defined and have width set to 500px, #freebox have no position property defined as well and have width set to 50%. So #freebox will be 250px wide.</p>
<p>Then when you apply the plugin, #freebox will no longer use the #staticbox to calculate the 50% width but the next relative positioned element (at least it&#8217;s what we expect). If there is no relative positioned element as its ancestor the #freebox width will be calculated based on the document width. So that&#8217;s probably why the size of your div is changing.</p>
<p>You can solve this by setting absolute values for the width and height or setting the &#8220;position&#8221; property of its parent to &#8220;relative&#8221;. This means adding &#8220;position: relative&#8221; to #staticbox in the example given.</p>
<p>I hope it helps!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Miguel Angel Mayol</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-479</link>
		<author>Miguel Angel Mayol</author>
		<pubDate>Tue, 07 Aug 2007 06:43:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-479</guid>
					<description>Hi there, I'm using your plugin with a div which is contained into another div. The thing is that sometimes I get to drag the container div instead of the inner div although I haven't assigned the drag'n'drop functionallity to the container div.
Can you tell me why this happens?
Good job though.</description>
		<content:encoded><![CDATA[<p>Hi there, I&#8217;m using your plugin with a div which is contained into another div. The thing is that sometimes I get to drag the container div instead of the inner div although I haven&#8217;t assigned the drag&#8217;n'drop functionallity to the container div.<br />
Can you tell me why this happens?<br />
Good job though.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-487</link>
		<author>fromvega</author>
		<pubDate>Tue, 07 Aug 2007 15:08:40 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-487</guid>
					<description>Hello Miguel,

I tried to reproduce the behavior you described here without success.
Everything worked as expected. Are you sure you are not assigning the drag'n'drop functionality to the wrong element? Maybe the ID of the element is being duplicated or something like that?

It will be easier to help if you make your code available somewhere.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello Miguel,</p>
<p>I tried to reproduce the behavior you described here without success.<br />
Everything worked as expected. Are you sure you are not assigning the drag&#8217;n'drop functionality to the wrong element? Maybe the ID of the element is being duplicated or something like that?</p>
<p>It will be easier to help if you make your code available somewhere.</p>
<p>Thank you!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Stanoo Chang</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-671</link>
		<author>Stanoo Chang</author>
		<pubDate>Mon, 20 Aug 2007 07:50:28 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-671</guid>
					<description>I downloaded the script and gave it a try. However, the first drag position was not good with IE ... so, here's a quick fix to use offsetTop instead of css("top") and offsetHeight. 


line 125-126
- lastElemTop  = parseInt($(this).css("top"));
- lastElemLeft = parseInt($(this).css("left"));

line 130
- if(isNaN(lastElemTop )) lastElemTop  = lastMouseY - this.offsetHeight/2;
- if(isNaN(lastElemLeft)) lastElemLeft = lastMouseX - this.offsetWidth/2;
+ lastElemTop  = this.offsetTop;
+ lastElemLeft = this.offsetLeft;</description>
		<content:encoded><![CDATA[<p>I downloaded the script and gave it a try. However, the first drag position was not good with IE &#8230; so, here&#8217;s a quick fix to use offsetTop instead of css(&#8221;top&#8221;) and offsetHeight. </p>
<p>line 125-126<br />
- lastElemTop  = parseInt($(this).css(&#8221;top&#8221;));<br />
- lastElemLeft = parseInt($(this).css(&#8221;left&#8221;));</p>
<p>line 130<br />
- if(isNaN(lastElemTop )) lastElemTop  = lastMouseY - this.offsetHeight/2;<br />
- if(isNaN(lastElemLeft)) lastElemLeft = lastMouseX - this.offsetWidth/2;<br />
+ lastElemTop  = this.offsetTop;<br />
+ lastElemLeft = this.offsetLeft;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: erica</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-739</link>
		<author>erica</author>
		<pubDate>Fri, 24 Aug 2007 08:28:51 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-739</guid>
					<description>Hi there, I’m using your plugin with a div which is contained into another div. I would like to limit the div drag inside a certain range (div id="150").
how can I do?
thanks</description>
		<content:encoded><![CDATA[<p>Hi there, I’m using your plugin with a div which is contained into another div. I would like to limit the div drag inside a certain range (div id=&#8221;150&#8243;).<br />
how can I do?<br />
thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-740</link>
		<author>fromvega</author>
		<pubDate>Sat, 25 Aug 2007 20:46:10 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-740</guid>
					<description>Thank you Stanoo Chang, it works much better now!</description>
		<content:encoded><![CDATA[<p>Thank you Stanoo Chang, it works much better now!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-741</link>
		<author>fromvega</author>
		<pubDate>Sat, 25 Aug 2007 21:22:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-741</guid>
					<description>Hello Erica,

Since the main objective of this plug-in is to provide the core functionality of a drag-and-drop element it doesn't have such a feature but you can achieve that using the .ondrag function.

Put inside it a code to get the coordinates of the boundaries of the element and check if it's inside the limits you want it to be. If it is outside set the respective coordinate to equal as the limit.

I have coded a simple example for you. It works fine in Firefox but maybe it needs some fix to work properly in IE. I hope it gives you a direction to go:
http://fromvega.com/code/easydrag/prison.html

Bye!</description>
		<content:encoded><![CDATA[<p>Hello Erica,</p>
<p>Since the main objective of this plug-in is to provide the core functionality of a drag-and-drop element it doesn&#8217;t have such a feature but you can achieve that using the .ondrag function.</p>
<p>Put inside it a code to get the coordinates of the boundaries of the element and check if it&#8217;s inside the limits you want it to be. If it is outside set the respective coordinate to equal as the limit.</p>
<p>I have coded a simple example for you. It works fine in Firefox but maybe it needs some fix to work properly in IE. I hope it gives you a direction to go:<br />
<a href="http://fromvega.com/code/easydrag/prison.html" rel="nofollow">http://fromvega.com/code/easydrag/prison.html</a></p>
<p>Bye!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Erica</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-742</link>
		<author>Erica</author>
		<pubDate>Mon, 27 Aug 2007 08:23:24 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-742</guid>
					<description>thank you very much</description>
		<content:encoded><![CDATA[<p>thank you very much</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Alex</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-743</link>
		<author>Alex</author>
		<pubDate>Tue, 28 Aug 2007 08:36:03 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-743</guid>
					<description>thx for the plugin! it works fine, with a small exception.
when you click the div you want to drag (ie the yellow box on the first line of text) it attaches to the mouse on the second line of text. (it jumps a little downwards) how do u solve this?
have a nice day!</description>
		<content:encoded><![CDATA[<p>thx for the plugin! it works fine, with a small exception.<br />
when you click the div you want to drag (ie the yellow box on the first line of text) it attaches to the mouse on the second line of text. (it jumps a little downwards) how do u solve this?<br />
have a nice day!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: squitta</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-744</link>
		<author>squitta</author>
		<pubDate>Tue, 28 Aug 2007 15:33:14 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-744</guid>
					<description>Hi fromvega,

I switched over from wzdragdrop to jquery and easydrag, because easydrag is giving me a much higher performance on dragables containing videos :))

But as a matter of fact forms in dragables are not really working anymore. Could you please give me a hint how I can make my input fields work in jquery.

Thank you and best regards!

Squitta</description>
		<content:encoded><![CDATA[<p>Hi fromvega,</p>
<p>I switched over from wzdragdrop to jquery and easydrag, because easydrag is giving me a much higher performance on dragables containing videos :))</p>
<p>But as a matter of fact forms in dragables are not really working anymore. Could you please give me a hint how I can make my input fields work in jquery.</p>
<p>Thank you and best regards!</p>
<p>Squitta</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: squitta</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-745</link>
		<author>squitta</author>
		<pubDate>Tue, 28 Aug 2007 15:58:21 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-745</guid>
					<description>Yeah, I figured out a work around. On Click I am just given the element the input field the focus. If you find out something better, let me hear.

Thank you very much for your wonderfull script. I guess you heared it pretty much.

Best Regards,

Squitta</description>
		<content:encoded><![CDATA[<p>Yeah, I figured out a work around. On Click I am just given the element the input field the focus. If you find out something better, let me hear.</p>
<p>Thank you very much for your wonderfull script. I guess you heared it pretty much.</p>
<p>Best Regards,</p>
<p>Squitta</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: squitta</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-746</link>
		<author>squitta</author>
		<pubDate>Tue, 28 Aug 2007 16:01:06 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-746</guid>
					<description>Mh, as I can see, now the cursor is not placed where I click. Instead its placed at the end of the tunnel hehehehe

So still a workaround is needed :))</description>
		<content:encoded><![CDATA[<p>Mh, as I can see, now the cursor is not placed where I click. Instead its placed at the end of the tunnel hehehehe</p>
<p>So still a workaround is needed :))</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: squitta</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-747</link>
		<author>squitta</author>
		<pubDate>Tue, 28 Aug 2007 16:03:51 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-747</guid>
					<description>Hey for your spiderman problem, try to find a spiderman, which is older than 30 years. I had a superman comic from 1969 as I can remember.

Just check out, you will find an pretty old one :))</description>
		<content:encoded><![CDATA[<p>Hey for your spiderman problem, try to find a spiderman, which is older than 30 years. I had a superman comic from 1969 as I can remember.</p>
<p>Just check out, you will find an pretty old one :))</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-748</link>
		<author>fromvega</author>
		<pubDate>Tue, 28 Aug 2007 20:46:58 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-748</guid>
					<description>Hello squitta, I'm a little busy these days but I'll take a look at it later and try to find a way to make it work!

Thank you for the audience!</description>
		<content:encoded><![CDATA[<p>Hello squitta, I&#8217;m a little busy these days but I&#8217;ll take a look at it later and try to find a way to make it work!</p>
<p>Thank you for the audience!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-749</link>
		<author>fromvega</author>
		<pubDate>Wed, 29 Aug 2007 02:42:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-749</guid>
					<description>Hi squitta,

try downloading the script again (I have uploaded a new version) and now use $("#yourdiv").easydrag(true); and then check you form. It should work!

By passing "true" you tell EasyDrag to enable event bubbling and then you can get focus on the form elements.

Bye!</description>
		<content:encoded><![CDATA[<p>Hi squitta,</p>
<p>try downloading the script again (I have uploaded a new version) and now use $(&#8221;#yourdiv&#8221;).easydrag(true); and then check you form. It should work!</p>
<p>By passing &#8220;true&#8221; you tell EasyDrag to enable event bubbling and then you can get focus on the form elements.</p>
<p>Bye!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: LeoW</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-754</link>
		<author>LeoW</author>
		<pubDate>Sat, 08 Sep 2007 12:39:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-754</guid>
					<description>Hi,

Here is a patch to avoid the element movement glitch when dragging a non-absolute positionned element. 
it comes in replacement of the $(this).css("position", "absolute") line in the mousedown handler. 

	// dynamically obtain element position on the page
	var mytop=0, myleft=0;
	var obj= this; 
	while( obj) { 
		mytop+= obj.offsetTop; 
		myleft+= obj.offsetLeft; 
		obj= obj.offsetParent; 
	}
	// set it as absolute positioned
	$(this).css( { position: "absolute", top: mytop+"px", left: myleft+"px" });


Possible improvement: calculate only when top and left attributes of the element are not available.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Here is a patch to avoid the element movement glitch when dragging a non-absolute positionned element.<br />
it comes in replacement of the $(this).css(&#8221;position&#8221;, &#8220;absolute&#8221;) line in the mousedown handler. </p>
<p>	// dynamically obtain element position on the page<br />
	var mytop=0, myleft=0;<br />
	var obj= this;<br />
	while( obj) {<br />
		mytop+= obj.offsetTop;<br />
		myleft+= obj.offsetLeft;<br />
		obj= obj.offsetParent;<br />
	}<br />
	// set it as absolute positioned<br />
	$(this).css( { position: &#8220;absolute&#8221;, top: mytop+&#8221;px&#8221;, left: myleft+&#8221;px&#8221; });</p>
<p>Possible improvement: calculate only when top and left attributes of the element are not available.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: satts</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-756</link>
		<author>satts</author>
		<pubDate>Sun, 07 Oct 2007 03:04:50 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-756</guid>
					<description>Thanks a bunch... Was looking for this plugin. jQuery rocks</description>
		<content:encoded><![CDATA[<p>Thanks a bunch&#8230; Was looking for this plugin. jQuery rocks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Philippe</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-757</link>
		<author>Philippe</author>
		<pubDate>Thu, 11 Oct 2007 09:53:59 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-757</guid>
					<description>Works ok - only did a small modification so the callbacks transmit the dragged element:
// mousemove
dragCallbacks[currentElement.id](e, currentElement);
// mouseup:
dropCallbacks[currentElement.id](e, currentElement);</description>
		<content:encoded><![CDATA[<p>Works ok - only did a small modification so the callbacks transmit the dragged element:<br />
// mousemove<br />
dragCallbacks[currentElement.id](e, currentElement);<br />
// mouseup:<br />
dropCallbacks[currentElement.id](e, currentElement);</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Troy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-758</link>
		<author>Troy</author>
		<pubDate>Fri, 19 Oct 2007 00:54:23 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-758</guid>
					<description>For those who wish to &lt;a href="http://dean.edwards.name/packer/" rel="nofollow"&gt; title="/packer/"&#62;pack&lt;/a&gt; easydrag.js, semicolons are required at the end of the function definitions (lines 44,55,87,94 &#38; 133).

Thanks for the plugin, fromvega!</description>
		<content:encoded><![CDATA[<p>For those who wish to <a href="http://dean.edwards.name/packer/" rel="nofollow"> title=&#8221;/packer/&#8221;&gt;pack</a> easydrag.js, semicolons are required at the end of the function definitions (lines 44,55,87,94 &amp; 133).</p>
<p>Thanks for the plugin, fromvega!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: aiya</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-759</link>
		<author>aiya</author>
		<pubDate>Sat, 20 Oct 2007 03:18:33 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-759</guid>
					<description>how to make like this "http://blog.xilinus.com/prototype-portal/test/index.html"</description>
		<content:encoded><![CDATA[<p>how to make like this &#8220;http://blog.xilinus.com/prototype-portal/test/index.html&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Philippe</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-760</link>
		<author>Philippe</author>
		<pubDate>Mon, 22 Oct 2007 13:57:49 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-760</guid>
					<description>Looks like there is a bug about the easydrag ID:
// if no id is defined assign a unique one
if(undefined == this.id) this.id = 'easydrag'+time();

I fixed it this way:
// if no id is defined assign a unique one
if(undefined == this.id &#124;&#124; !this.id.length) this.id = 'easydrag'+(new Date().getTime());</description>
		<content:encoded><![CDATA[<p>Looks like there is a bug about the easydrag ID:<br />
// if no id is defined assign a unique one<br />
if(undefined == this.id) this.id = &#8216;easydrag&#8217;+time();</p>
<p>I fixed it this way:<br />
// if no id is defined assign a unique one<br />
if(undefined == this.id || !this.id.length) this.id = &#8216;easydrag&#8217;+(new Date().getTime());</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-761</link>
		<author>fromvega</author>
		<pubDate>Mon, 22 Oct 2007 15:37:11 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-761</guid>
					<description>Hello guys! Thank you for the efforts in making this plug-in better. I was voyaging but now I think I'll be able to update it more often. I will make a new version of the plug-in with all the improvements soon! Thank you!</description>
		<content:encoded><![CDATA[<p>Hello guys! Thank you for the efforts in making this plug-in better. I was voyaging but now I think I&#8217;ll be able to update it more often. I will make a new version of the plug-in with all the improvements soon! Thank you!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jeff</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-762</link>
		<author>Jeff</author>
		<pubDate>Tue, 23 Oct 2007 22:42:00 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-762</guid>
					<description>Interesting script. How difficult would it be to go one step further and onDrop check to see if it is inside of a specified area or div? kind of like moving a file to a recycle bin. I can see some interesting applications for this.</description>
		<content:encoded><![CDATA[<p>Interesting script. How difficult would it be to go one step further and onDrop check to see if it is inside of a specified area or div? kind of like moving a file to a recycle bin. I can see some interesting applications for this.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Silence</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-765</link>
		<author>Silence</author>
		<pubDate>Sat, 27 Oct 2007 19:45:18 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-765</guid>
					<description>Well i did everything you said with it and it still doesen't work ... It retrurns a script error like this\


$("#box1").easydrag is not a function
(no name)()index.html (line 21)
ready(function())jquery-1.2.1.js (line 1932)
init(function(), undefined)jquery-1.2.1.js (line 70)
jQuery(function(), undefined)jquery-1.2.1.js (line 20)
jQuery(function(), undefined)jquery-1.2.1.js (line 21)
(no name)()index.html (line 19)
to the wait list jQuery.readyList.push()jquery-1.2.1.js (line 1937)
(no name)()jquery-1.2.1.js (line 1961)
each([function()], function(), undefined)jquery-1.2.1.js (line 585)
ready()

I'm new in using jquerry andeven newer in programing:). So if you could help ... i will be very very glad

Gracias</description>
		<content:encoded><![CDATA[<p>Well i did everything you said with it and it still doesen&#8217;t work &#8230; It retrurns a script error like this\</p>
<p>$(&#8221;#box1&#8243;).easydrag is not a function<br />
(no name)()index.html (line 21)<br />
ready(function())jquery-1.2.1.js (line 1932)<br />
init(function(), undefined)jquery-1.2.1.js (line 70)<br />
jQuery(function(), undefined)jquery-1.2.1.js (line 20)<br />
jQuery(function(), undefined)jquery-1.2.1.js (line 21)<br />
(no name)()index.html (line 19)<br />
to the wait list jQuery.readyList.push()jquery-1.2.1.js (line 1937)<br />
(no name)()jquery-1.2.1.js (line 1961)<br />
each([function()], function(), undefined)jquery-1.2.1.js (line 585)<br />
ready()</p>
<p>I&#8217;m new in using jquerry andeven newer in programing:). So if you could help &#8230; i will be very very glad</p>
<p>Gracias</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: engine80</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-766</link>
		<author>engine80</author>
		<pubDate>Wed, 31 Oct 2007 09:15:46 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-766</guid>
					<description>Looks like a great script.

Im hoping to use it to allow a drag and drop 'connection' maker. I will have a series of options, and dropping one to another will create a connection.

I guess all i need to know is is it possible to know from 

ondrop()... where its been dropped to...  so i could say programatically, id 'thing1' has been dropped on id 'thang2'...  ultimately, they would all be draggable objects, in a way.

perhaps im being too vague</description>
		<content:encoded><![CDATA[<p>Looks like a great script.</p>
<p>Im hoping to use it to allow a drag and drop &#8216;connection&#8217; maker. I will have a series of options, and dropping one to another will create a connection.</p>
<p>I guess all i need to know is is it possible to know from </p>
<p>ondrop()&#8230; where its been dropped to&#8230;  so i could say programatically, id &#8216;thing1&#8242; has been dropped on id &#8216;thang2&#8242;&#8230;  ultimately, they would all be draggable objects, in a way.</p>
<p>perhaps im being too vague</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-767</link>
		<author>fromvega</author>
		<pubDate>Wed, 31 Oct 2007 13:59:12 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-767</guid>
					<description>There is no such functionality yet. Next release will incorporate all user contributions. You will be able to detect which element was dropped but for now you will need to implement your "target" code. There is an example linked in the comments, give it a look. Thanks!</description>
		<content:encoded><![CDATA[<p>There is no such functionality yet. Next release will incorporate all user contributions. You will be able to detect which element was dropped but for now you will need to implement your &#8220;target&#8221; code. There is an example linked in the comments, give it a look. Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Colin Brumelle</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-768</link>
		<author>Colin Brumelle</author>
		<pubDate>Wed, 31 Oct 2007 16:39:50 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-768</guid>
					<description>Hey! Thanks for a killer plugin! 

I'm trying to stick a form in a div, and then make that div draggable, but when I do so, the form becomes not usable.  Specifically, I am unable to enter content into a text field in FF, although (strangely) the submit button works. I thought this was a z-index thing, but I've been playing with it for a while now and no luck.

Any hints?</description>
		<content:encoded><![CDATA[<p>Hey! Thanks for a killer plugin! </p>
<p>I&#8217;m trying to stick a form in a div, and then make that div draggable, but when I do so, the form becomes not usable.  Specifically, I am unable to enter content into a text field in FF, although (strangely) the submit button works. I thought this was a z-index thing, but I&#8217;ve been playing with it for a while now and no luck.</p>
<p>Any hints?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Colin Brumelle</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-770</link>
		<author>Colin Brumelle</author>
		<pubDate>Wed, 31 Oct 2007 17:46:06 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-770</guid>
					<description>Sorry - just some more clarification - I'm using $("#content").easydrag(true); to enable event bubbling, but when I try to select text in the box, the whole div moves, rather then selecting the text. Can I use 'bind'/'unbind' to temporarily disable/enable the drag behavior when a form field is selected? Not sure how to do this though...</description>
		<content:encoded><![CDATA[<p>Sorry - just some more clarification - I&#8217;m using $(&#8221;#content&#8221;).easydrag(true); to enable event bubbling, but when I try to select text in the box, the whole div moves, rather then selecting the text. Can I use &#8216;bind&#8217;/'unbind&#8217; to temporarily disable/enable the drag behavior when a form field is selected? Not sure how to do this though&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: marcin kolonko</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-771</link>
		<author>marcin kolonko</author>
		<pubDate>Sun, 04 Nov 2007 15:12:12 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-771</guid>
					<description>hi,

thanks for the plugin, makes life easier... :)

when i drop a div, that has an click event, the event is triggered. how can i prevent this?

i tried to unbind the click event when i start dragging, and bind it again on mouseout, but then the event is triggered always one time more then before...

thanks!</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thanks for the plugin, makes life easier&#8230; <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>when i drop a div, that has an click event, the event is triggered. how can i prevent this?</p>
<p>i tried to unbind the click event when i start dragging, and bind it again on mouseout, but then the event is triggered always one time more then before&#8230;</p>
<p>thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-773</link>
		<author>fromvega</author>
		<pubDate>Mon, 05 Nov 2007 20:39:49 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-773</guid>
					<description>Hi Colin Brumelle,

I have added two methods to the plugin: .dragOn() and .dragOff() that you can use to pause and restart dragging. I have made a test with forms with the following code. It works but not perfectly. Give it a try and return to us if you find a better solution.

		$("#form_div input").click(function(){
			$("#form_div").dragOff();	
		});
		
		$("#form_div input").blur(function(){
			$("#form_div").dragOn();	
		});</description>
		<content:encoded><![CDATA[<p>Hi Colin Brumelle,</p>
<p>I have added two methods to the plugin: .dragOn() and .dragOff() that you can use to pause and restart dragging. I have made a test with forms with the following code. It works but not perfectly. Give it a try and return to us if you find a better solution.</p>
<p>		$(&#8221;#form_div input&#8221;).click(function(){<br />
			$(&#8221;#form_div&#8221;).dragOff();<br />
		});</p>
<p>		$(&#8221;#form_div input&#8221;).blur(function(){<br />
			$(&#8221;#form_div&#8221;).dragOn();<br />
		});</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-774</link>
		<author>fromvega</author>
		<pubDate>Mon, 05 Nov 2007 20:41:36 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-774</guid>
					<description>Hello marcin,

I have checked your site but I couldn't see the click event after dropping!</description>
		<content:encoded><![CDATA[<p>Hello marcin,</p>
<p>I have checked your site but I couldn&#8217;t see the click event after dropping!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David K Roberts</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-776</link>
		<author>David K Roberts</author>
		<pubDate>Tue, 06 Nov 2007 22:21:32 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-776</guid>
					<description>What I would really like to see is a way you can specifify an Inner Div as the drag state.... this way you can move the whole object, but you can only drag the title. (I am using this as a way to create virtual windows on an application... It works great until I have a user try to use a combobox... it then still drags when I look at an elongated select box</description>
		<content:encoded><![CDATA[<p>What I would really like to see is a way you can specifify an Inner Div as the drag state&#8230;. this way you can move the whole object, but you can only drag the title. (I am using this as a way to create virtual windows on an application&#8230; It works great until I have a user try to use a combobox&#8230; it then still drags when I look at an elongated select box</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-777</link>
		<author>fromvega</author>
		<pubDate>Tue, 06 Nov 2007 22:40:48 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-777</guid>
					<description>Yeah... I'm planning to add a few more functionalities to the plugin as soon as I have more free time. But the original objective of this plugin was to provide a simple drag-and-drop functionality so others could use it as a base. But since pretty much everyone is seeking for drop targets, drag handlers and so on I may code them...</description>
		<content:encoded><![CDATA[<p>Yeah&#8230; I&#8217;m planning to add a few more functionalities to the plugin as soon as I have more free time. But the original objective of this plugin was to provide a simple drag-and-drop functionality so others could use it as a base. But since pretty much everyone is seeking for drop targets, drag handlers and so on I may code them&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: alain</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-782</link>
		<author>alain</author>
		<pubDate>Sun, 25 Nov 2007 06:20:33 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-782</guid>
					<description>Be nice to add a resize functionality too.</description>
		<content:encoded><![CDATA[<p>Be nice to add a resize functionality too.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Patrick</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-783</link>
		<author>Patrick</author>
		<pubDate>Mon, 26 Nov 2007 14:14:06 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-783</guid>
					<description>is there a way to do a form submit when doing the .ondrop?

I'd like to use this to submit hidden fields to a form on another page on my site and then update a div on the current page showing success depending on server response. I don;t want the user to leave the current page but do the form submit in the background.

Regards,

Patrick</description>
		<content:encoded><![CDATA[<p>is there a way to do a form submit when doing the .ondrop?</p>
<p>I&#8217;d like to use this to submit hidden fields to a form on another page on my site and then update a div on the current page showing success depending on server response. I don;t want the user to leave the current page but do the form submit in the background.</p>
<p>Regards,</p>
<p>Patrick</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-784</link>
		<author>fromvega</author>
		<pubDate>Tue, 27 Nov 2007 18:10:39 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-784</guid>
					<description>Hey Patrick, you can do it with AJAX. Just call the proper function that will make a remote post from inside .ondrop</description>
		<content:encoded><![CDATA[<p>Hey Patrick, you can do it with AJAX. Just call the proper function that will make a remote post from inside .ondrop</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Carlos</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-785</link>
		<author>Carlos</author>
		<pubDate>Mon, 03 Dec 2007 20:04:39 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-785</guid>
					<description>How to make a title div dragging the box only when the mouse is over the title?</description>
		<content:encoded><![CDATA[<p>How to make a title div dragging the box only when the mouse is over the title?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-790</link>
		<author>fromvega</author>
		<pubDate>Thu, 06 Dec 2007 19:31:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-790</guid>
					<description>Carlos, you will need to implement this... This script just provides the basic functionality of drag and drop.</description>
		<content:encoded><![CDATA[<p>Carlos, you will need to implement this&#8230; This script just provides the basic functionality of drag and drop.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sascha Braun</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-792</link>
		<author>Sascha Braun</author>
		<pubDate>Fri, 07 Dec 2007 19:52:25 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-792</guid>
					<description>Hi fromvega,

I am using lots of dragable layers in my applications, all are based on easydrag, I dropped out, wzdragdrop, because of performance issues. Most of the time easydrag and the wanted functionality is working fine in mozilla.

I am using easydrag layers as fixed objects on the screen, and store the position of the layer thru ajax on the webserver, so if a user clicks on another page the layer reapears at exactly the same spot, where the user left it.

But in internet explorer the dragable layer always is just thrown below the content, but as soon as the user clicks on the layer, the layer is moved to the spot, where it normaly is expected.

Please take a look at the website I posted here (http://www.ajdila.com/de/), sorry that the english translation is not finished yet. If you click on one of the products and put the product into the shopping cart, the dragable layer appears. Please play with it, maybe you are better able to find out why its not working as expected.

Thank you very much.

Sascha</description>
		<content:encoded><![CDATA[<p>Hi fromvega,</p>
<p>I am using lots of dragable layers in my applications, all are based on easydrag, I dropped out, wzdragdrop, because of performance issues. Most of the time easydrag and the wanted functionality is working fine in mozilla.</p>
<p>I am using easydrag layers as fixed objects on the screen, and store the position of the layer thru ajax on the webserver, so if a user clicks on another page the layer reapears at exactly the same spot, where the user left it.</p>
<p>But in internet explorer the dragable layer always is just thrown below the content, but as soon as the user clicks on the layer, the layer is moved to the spot, where it normaly is expected.</p>
<p>Please take a look at the website I posted here (http://www.ajdila.com/de/), sorry that the english translation is not finished yet. If you click on one of the products and put the product into the shopping cart, the dragable layer appears. Please play with it, maybe you are better able to find out why its not working as expected.</p>
<p>Thank you very much.</p>
<p>Sascha</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-793</link>
		<author>fromvega</author>
		<pubDate>Fri, 07 Dec 2007 20:59:55 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-793</guid>
					<description>Hello Sascha,

I'm a little busy right now to take a more concise look at your source code. But I have tested here with IE7 and the layer didn't move at all :S

I think it's something related to CSS. Did you set the "position" property of the layer to "absolute"?

Since it should be absolute positioned, try putting your layer outside any other tag, this may prevent future problems.

Try to validate your code withe the W3C validation tool, maybe something isn't right.

Thank you,
fromvega</description>
		<content:encoded><![CDATA[<p>Hello Sascha,</p>
<p>I&#8217;m a little busy right now to take a more concise look at your source code. But I have tested here with IE7 and the layer didn&#8217;t move at all :S</p>
<p>I think it&#8217;s something related to CSS. Did you set the &#8220;position&#8221; property of the layer to &#8220;absolute&#8221;?</p>
<p>Since it should be absolute positioned, try putting your layer outside any other tag, this may prevent future problems.</p>
<p>Try to validate your code withe the W3C validation tool, maybe something isn&#8217;t right.</p>
<p>Thank you,<br />
fromvega</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Prasad</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-795</link>
		<author>Prasad</author>
		<pubDate>Fri, 21 Dec 2007 15:30:36 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-795</guid>
					<description>Hi Engine80

To your problem you can use the below solution

drop: function(ev, ui) {
	var dropguy = $(ui.draggable.element).clone(); 
    var id = dropguy.attr("id"); 
    var divdata = document.getElementById(id);
    var hdSave = document.getElementById('hdSave');
    var hdType = document.getElementById('hdType');
    hdSave.value = dropguy.attr("id");
    hdType.value = this.id; // this is nothing but your droppable control.
    
    $(".drop").each(function(i, node){$ 
    (node).droppableDestroy();});//Fix IE bug 

    var prm = Sys.WebForms.PageRequestManager.getInstance();
    prm._doPostBack('UpdatePanel1', '');
    //document.form1.submit();
   	//$(this).append(divdata.outerHTML);
	}</description>
		<content:encoded><![CDATA[<p>Hi Engine80</p>
<p>To your problem you can use the below solution</p>
<p>drop: function(ev, ui) {<br />
	var dropguy = $(ui.draggable.element).clone();<br />
    var id = dropguy.attr(&#8221;id&#8221;);<br />
    var divdata = document.getElementById(id);<br />
    var hdSave = document.getElementById(&#8217;hdSave&#8217;);<br />
    var hdType = document.getElementById(&#8217;hdType&#8217;);<br />
    hdSave.value = dropguy.attr(&#8221;id&#8221;);<br />
    hdType.value = this.id; // this is nothing but your droppable control.</p>
<p>    $(&#8221;.drop&#8221;).each(function(i, node){$<br />
    (node).droppableDestroy();});//Fix IE bug </p>
<p>    var prm = Sys.WebForms.PageRequestManager.getInstance();<br />
    prm._doPostBack(&#8217;UpdatePanel1&#8242;, &#8221;);<br />
    //document.form1.submit();<br />
   	//$(this).append(divdata.outerHTML);<br />
	}</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sascha Braun</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-798</link>
		<author>Sascha Braun</author>
		<pubDate>Thu, 27 Dec 2007 17:56:33 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-798</guid>
					<description>Please check out this url:

http://ajdila/de/galleries/sascha/product-commercials/

It is now working with the moving layers and the storage in the servers or theire position. But the layers cant get shown as they should appear above a flash movie.

Maybe somebody has an Idea?

Thank you.</description>
		<content:encoded><![CDATA[<p>Please check out this url:</p>
<p><a href="http://ajdila/de/galleries/sascha/product-commercials/" rel="nofollow">http://ajdila/de/galleries/sascha/product-commercials/</a></p>
<p>It is now working with the moving layers and the storage in the servers or theire position. But the layers cant get shown as they should appear above a flash movie.</p>
<p>Maybe somebody has an Idea?</p>
<p>Thank you.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-799</link>
		<author>fromvega</author>
		<pubDate>Thu, 27 Dec 2007 23:55:00 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-799</guid>
					<description>Hey Sascha, I can't really say for sure what's happening since I never messed up with floating divs and flash. But try setting the z-index property of the flash movie to a smaller value (or vice versa) and see what happens!</description>
		<content:encoded><![CDATA[<p>Hey Sascha, I can&#8217;t really say for sure what&#8217;s happening since I never messed up with floating divs and flash. But try setting the z-index property of the flash movie to a smaller value (or vice versa) and see what happens!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sascha Braun</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-800</link>
		<author>Sascha Braun</author>
		<pubDate>Sat, 29 Dec 2007 08:32:23 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-800</guid>
					<description>I solved the problem, i still dont know how it works in internet explorer, because I dont have one.

You just have to use your plugin to create dragable layer, with lets say posiiton absolute, which supports the internet explorer then. Within the dragable layer you have to create another layer at a fixed size. The nested layer has to have a position:fixed attribute, which says that within the dragable the nested layer is fixed. From that moment the nested layer comes along with a z-index set to infinite. Flash behind a dragable is no problem anymore.

:))</description>
		<content:encoded><![CDATA[<p>I solved the problem, i still dont know how it works in internet explorer, because I dont have one.</p>
<p>You just have to use your plugin to create dragable layer, with lets say posiiton absolute, which supports the internet explorer then. Within the dragable layer you have to create another layer at a fixed size. The nested layer has to have a position:fixed attribute, which says that within the dragable the nested layer is fixed. From that moment the nested layer comes along with a z-index set to infinite. Flash behind a dragable is no problem anymore.</p>
<p>:))</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-808</link>
		<author>Lawrence</author>
		<pubDate>Sun, 13 Jan 2008 11:17:14 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-808</guid>
					<description>Hey,

Im trying to use your code to be able to drag a photo around inside a div and keep the overflow:hidden property so only certain parts of the photo are shown..

It seems that the photo is removed from the div is resides in even tho i have set the z-index of the photo to -99999 (as well as in your drag.js code)

any iedas?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Im trying to use your code to be able to drag a photo around inside a div and keep the overflow:hidden property so only certain parts of the photo are shown..</p>
<p>It seems that the photo is removed from the div is resides in even tho i have set the z-index of the photo to -99999 (as well as in your drag.js code)</p>
<p>any iedas?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-809</link>
		<author>fromvega</author>
		<pubDate>Sun, 13 Jan 2008 22:09:52 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-809</guid>
					<description>Hello Lawrence,

I think the z-index property has nothing to do with what you want. Your problem is probably due to the the div positioning, it's position property is set to absolute. You may try changing it to position: relative.

Let me know if it works!

Bye.</description>
		<content:encoded><![CDATA[<p>Hello Lawrence,</p>
<p>I think the z-index property has nothing to do with what you want. Your problem is probably due to the the div positioning, it&#8217;s position property is set to absolute. You may try changing it to position: relative.</p>
<p>Let me know if it works!</p>
<p>Bye.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Glenn</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-813</link>
		<author>Glenn</author>
		<pubDate>Mon, 21 Jan 2008 04:06:41 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-813</guid>
					<description>Hi Fromvega,

Thanks a lot for this contribution, I just use easydrag to make the user able to drag a small google map div like a window.  Works very well.  Didn't have a need to drag/drop just to drag. 

Behavior is also very ok,  google map inside div still drags fine without window.  thanks a lot!!

I actually applied it on the cluetip plugin (drag a show help) as it was giving me some issues in correct placement, I enable dragzoom after the cluetip is show and that also works fine.  so it works well enough with the rest.   I kinda start owing my life to jquery... since I discovered this ....  I can't get no sleep :)

Glenn</description>
		<content:encoded><![CDATA[<p>Hi Fromvega,</p>
<p>Thanks a lot for this contribution, I just use easydrag to make the user able to drag a small google map div like a window.  Works very well.  Didn&#8217;t have a need to drag/drop just to drag. </p>
<p>Behavior is also very ok,  google map inside div still drags fine without window.  thanks a lot!!</p>
<p>I actually applied it on the cluetip plugin (drag a show help) as it was giving me some issues in correct placement, I enable dragzoom after the cluetip is show and that also works fine.  so it works well enough with the rest.   I kinda start owing my life to jquery&#8230; since I discovered this &#8230;.  I can&#8217;t get no sleep <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Glenn</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jabi</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-816</link>
		<author>Jabi</author>
		<pubDate>Sat, 26 Jan 2008 15:57:18 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-816</guid>
					<description>Hi Fromvega!

First of all, nice piece of code you have! good job!

I would like to contribute with a little workaround in your pluggin for ussing it with the also Jquery impromtu pluggin (http://plugins.jquery.com/project/Impromptu).

The main problem is the div impromptu creates has some left margin assinged on its creation, so you pluggin always move the div those marginLeft pixels to the left.

I have fixed it dettecting and substracting (if applies) those pixels to the "spanX" var which determines the left positon of the dragable object in your pluggin:

(Line 55:)
var spanX = (pos.x - lastMouseX)  + Math.abs(parseFloat($(currentElement).css("marginLeft")));

I haven't test it in any browser but FF2, and maybe it will be different with a non negative marging...

Anyway, i thought it could be intersting checking for margins in that "updatePosition" function.

Jabi</description>
		<content:encoded><![CDATA[<p>Hi Fromvega!</p>
<p>First of all, nice piece of code you have! good job!</p>
<p>I would like to contribute with a little workaround in your pluggin for ussing it with the also Jquery impromtu pluggin (http://plugins.jquery.com/project/Impromptu).</p>
<p>The main problem is the div impromptu creates has some left margin assinged on its creation, so you pluggin always move the div those marginLeft pixels to the left.</p>
<p>I have fixed it dettecting and substracting (if applies) those pixels to the &#8220;spanX&#8221; var which determines the left positon of the dragable object in your pluggin:</p>
<p>(Line 55:)<br />
var spanX = (pos.x - lastMouseX)  + Math.abs(parseFloat($(currentElement).css(&#8221;marginLeft&#8221;)));</p>
<p>I haven&#8217;t test it in any browser but FF2, and maybe it will be different with a non negative marging&#8230;</p>
<p>Anyway, i thought it could be intersting checking for margins in that &#8220;updatePosition&#8221; function.</p>
<p>Jabi</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jabi</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-817</link>
		<author>Jabi</author>
		<pubDate>Sat, 26 Jan 2008 15:58:48 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-817</guid>
					<description>Actually the line working with both positive and negative margins would be like this:

(Line 55:)
var spanX = (pos.x - lastMouseX) - parseFloat($(currentElement).css(”marginLeft”));</description>
		<content:encoded><![CDATA[<p>Actually the line working with both positive and negative margins would be like this:</p>
<p>(Line 55:)<br />
var spanX = (pos.x - lastMouseX) - parseFloat($(currentElement).css(”marginLeft”));</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jonah</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-818</link>
		<author>jonah</author>
		<pubDate>Tue, 29 Jan 2008 09:33:30 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-818</guid>
					<description>Hi

I've made a couple of improvements to your script. I've added an onDragStart callback and fixed a couple of bugs. Im using the modified version over at 64squares. If you are interested I can give them to you.

Jonha</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve made a couple of improvements to your script. I&#8217;ve added an onDragStart callback and fixed a couple of bugs. Im using the modified version over at 64squares. If you are interested I can give them to you.</p>
<p>Jonha</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-819</link>
		<author>fromvega</author>
		<pubDate>Tue, 29 Jan 2008 14:08:16 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-819</guid>
					<description>Hi Jonah,

Yeah, it would be great to have a look at your code. Maybe you could send it  to us explaining your additions and the bugs.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi Jonah,</p>
<p>Yeah, it would be great to have a look at your code. Maybe you could send it  to us explaining your additions and the bugs.</p>
<p>Thank you</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Iain Munro</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-823</link>
		<author>Iain Munro</author>
		<pubDate>Thu, 21 Feb 2008 03:37:02 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-823</guid>
					<description>Evening

I am using Sharepoint and trying to get various things working within a CEWP - sometimes that work and sometimes they don't.

I came across a good accordion piece of jquery code that I got working, then I thought it would be nice drag the accordion around the screen.

I now have it dragging, but the accordion piece has stopped working.

Any ideas ?

Iain
	
</description>
		<content:encoded><![CDATA[<p>Evening</p>
<p>I am using Sharepoint and trying to get various things working within a CEWP - sometimes that work and sometimes they don&#8217;t.</p>
<p>I came across a good accordion piece of jquery code that I got working, then I thought it would be nice drag the accordion around the screen.</p>
<p>I now have it dragging, but the accordion piece has stopped working.</p>
<p>Any ideas ?</p>
<p>Iain</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-825</link>
		<author>fromvega</author>
		<pubDate>Fri, 22 Feb 2008 19:22:58 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-825</guid>
					<description>Hello Iain,

I didn't read you code, but try calling the easydrag method passing "true" to it. Like the following example. This will enable event bubbling and you will be able to interact with the elements inside the drag box.

$("#box1").easydrag(true);

Bye</description>
		<content:encoded><![CDATA[<p>Hello Iain,</p>
<p>I didn&#8217;t read you code, but try calling the easydrag method passing &#8220;true&#8221; to it. Like the following example. This will enable event bubbling and you will be able to interact with the elements inside the drag box.</p>
<p>$(&#8221;#box1&#8243;).easydrag(true);</p>
<p>Bye</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: eGandalf</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-826</link>
		<author>eGandalf</author>
		<pubDate>Thu, 28 Feb 2008 19:06:24 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-826</guid>
					<description>Beautiful. JQuery rocks and this is a fantastic plugin. EasyDrag indeed!</description>
		<content:encoded><![CDATA[<p>Beautiful. JQuery rocks and this is a fantastic plugin. EasyDrag indeed!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ctraos</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-827</link>
		<author>ctraos</author>
		<pubDate>Tue, 04 Mar 2008 17:47:49 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-827</guid>
					<description>muchas gracias, muy buen trabajo !!</description>
		<content:encoded><![CDATA[<p>muchas gracias, muy buen trabajo !!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bill Lee</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-828</link>
		<author>Bill Lee</author>
		<pubDate>Tue, 04 Mar 2008 21:47:28 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-828</guid>
					<description>Im thinking about using this for an administration panel where the admin could move the most import doms to wherever they want. Is there way for the script to remember its location for the next time that user comes back to the page ?</description>
		<content:encoded><![CDATA[<p>Im thinking about using this for an administration panel where the admin could move the most import doms to wherever they want. Is there way for the script to remember its location for the next time that user comes back to the page ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-830</link>
		<author>fromvega</author>
		<pubDate>Fri, 07 Mar 2008 01:57:45 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-830</guid>
					<description>Hello, Bill Lee! To achieve that you may save the position directly into cookies or, what I prefer, you may use a server-side script to save the state and then dynamic generate your Javascript. I may write an example for this later. ;)</description>
		<content:encoded><![CDATA[<p>Hello, Bill Lee! To achieve that you may save the position directly into cookies or, what I prefer, you may use a server-side script to save the state and then dynamic generate your Javascript. I may write an example for this later. <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Craig</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-832</link>
		<author>Craig</author>
		<pubDate>Fri, 14 Mar 2008 05:16:08 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-832</guid>
					<description>I looked over your code and found a better way to fix the no id issue. Use the elements instead of their ids.

To do this:
-remove the line with the new Date() hack
-remove every instance of ".id"
-replace every "on" and "off" with true and false respectively
-remove "!= undefined" on line 66 

This method is smaller, cleaner and is not affected if an id attribute changes.</description>
		<content:encoded><![CDATA[<p>I looked over your code and found a better way to fix the no id issue. Use the elements instead of their ids.</p>
<p>To do this:<br />
-remove the line with the new Date() hack<br />
-remove every instance of &#8220;.id&#8221;<br />
-replace every &#8220;on&#8221; and &#8220;off&#8221; with true and false respectively<br />
-remove &#8220;!= undefined&#8221; on line 66 </p>
<p>This method is smaller, cleaner and is not affected if an id attribute changes.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fedmich</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-834</link>
		<author>fedmich</author>
		<pubDate>Sun, 16 Mar 2008 09:38:33 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-834</guid>
					<description>Great script, thanks for this, how about locking the movements or setting "Dragabble area"
I'm supposed to make a drag and drop callout/bubbles and then adding of text on it.

Any ideas on this. THanks in advance</description>
		<content:encoded><![CDATA[<p>Great script, thanks for this, how about locking the movements or setting &#8220;Dragabble area&#8221;<br />
I&#8217;m supposed to make a drag and drop callout/bubbles and then adding of text on it.</p>
<p>Any ideas on this. THanks in advance</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-838</link>
		<author>fromvega</author>
		<pubDate>Mon, 17 Mar 2008 15:31:19 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-838</guid>
					<description>Hello Graig, thanks for the insight! I'm going to address this when I find a little time to mess again with EasyDrag. Bye!</description>
		<content:encoded><![CDATA[<p>Hello Graig, thanks for the insight! I&#8217;m going to address this when I find a little time to mess again with EasyDrag. Bye!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-839</link>
		<author>fromvega</author>
		<pubDate>Mon, 17 Mar 2008 15:35:19 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-839</guid>
					<description>Hello fedmich, to lock movements you can use .dragOff() so you won't be able to drag the element until you call .dragOn(). But there are a lot of requested features that I plan to implement as I have more spare time, like limit area, drop area, handles etc. See you!</description>
		<content:encoded><![CDATA[<p>Hello fedmich, to lock movements you can use .dragOff() so you won&#8217;t be able to drag the element until you call .dragOn(). But there are a lot of requested features that I plan to implement as I have more spare time, like limit area, drop area, handles etc. See you!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fedmich</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-840</link>
		<author>fedmich</author>
		<pubDate>Mon, 17 Mar 2008 15:50:48 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-840</guid>
					<description>limit area would be nice, I need it more than the other features now. Anyway, good luck on your programming and your blog :)</description>
		<content:encoded><![CDATA[<p>limit area would be nice, I need it more than the other features now. Anyway, good luck on your programming and your blog <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-841</link>
		<author>fromvega</author>
		<pubDate>Mon, 17 Mar 2008 17:17:34 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-841</guid>
					<description>Fedmich, EasyDrag was created to be used as a base for future implementations. So if you want to write your own code for the "limit area", it shouldn't be that difficult. You could use .onDrag method to get the boundaries of the draggable object and compare it with the boundaries of the "limit area".

If you check the previous comments you will see that I have discussed this before and that I also developed a quick and crude example of this.

Here are the links to save you time:
http://fromvega.com/code/easydrag/drop.html
http://fromvega.com/code/easydrag/prison.html

They need polish to allow a more generic usage. But I hope they can give you a good insight!</description>
		<content:encoded><![CDATA[<p>Fedmich, EasyDrag was created to be used as a base for future implementations. So if you want to write your own code for the &#8220;limit area&#8221;, it shouldn&#8217;t be that difficult. You could use .onDrag method to get the boundaries of the draggable object and compare it with the boundaries of the &#8220;limit area&#8221;.</p>
<p>If you check the previous comments you will see that I have discussed this before and that I also developed a quick and crude example of this.</p>
<p>Here are the links to save you time:<br />
<a href="http://fromvega.com/code/easydrag/drop.html" rel="nofollow">http://fromvega.com/code/easydrag/drop.html</a><br />
<a href="http://fromvega.com/code/easydrag/prison.html" rel="nofollow">http://fromvega.com/code/easydrag/prison.html</a></p>
<p>They need polish to allow a more generic usage. But I hope they can give you a good insight!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Neal</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-842</link>
		<author>Neal</author>
		<pubDate>Tue, 18 Mar 2008 17:47:32 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-842</guid>
					<description>Thank you, thank you for this plug-in. 

I used it to poke fun at Hillary Clinton:
http://gielladesign.com/fun/hillary/hillary.html

You made it so easy to create the effect I wanted. It took me seconds to write the code.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you for this plug-in. </p>
<p>I used it to poke fun at Hillary Clinton:<br />
<a href="http://gielladesign.com/fun/hillary/hillary.html" rel="nofollow">http://gielladesign.com/fun/hillary/hillary.html</a></p>
<p>You made it so easy to create the effect I wanted. It took me seconds to write the code.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: xddxz</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-846</link>
		<author>xddxz</author>
		<pubDate>Wed, 26 Mar 2008 09:52:51 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-846</guid>
					<description>Nice plugin. 
Thanks a lot! :)</description>
		<content:encoded><![CDATA[<p>Nice plugin.<br />
Thanks a lot! <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Arun</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-850</link>
		<author>Arun</author>
		<pubDate>Thu, 03 Apr 2008 06:01:12 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-850</guid>
					<description>Hi,

This one is a very good plugin.Even after hiding the layer the "plus" symbol exists in Internet Explorer but in Mozilla it is working fine.I want to remove the "plus" symbol.Please help me.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This one is a very good plugin.Even after hiding the layer the &#8220;plus&#8221; symbol exists in Internet Explorer but in Mozilla it is working fine.I want to remove the &#8220;plus&#8221; symbol.Please help me.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-851</link>
		<author>fromvega</author>
		<pubDate>Thu, 03 Apr 2008 17:13:12 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-851</guid>
					<description>Hello Arun, what do you mean by the "plus" symbol? I suppose you mean the arrows that appear over the divs that can be dragged, correct me if I'm wrong.

So how are you hiding the div? You should try "display: none;" if you are using "visibility: hidden". If it doesn't work you can always change the cursor type of the element, like this: "cursor: default".

Bye!</description>
		<content:encoded><![CDATA[<p>Hello Arun, what do you mean by the &#8220;plus&#8221; symbol? I suppose you mean the arrows that appear over the divs that can be dragged, correct me if I&#8217;m wrong.</p>
<p>So how are you hiding the div? You should try &#8220;display: none;&#8221; if you are using &#8220;visibility: hidden&#8221;. If it doesn&#8217;t work you can always change the cursor type of the element, like this: &#8220;cursor: default&#8221;.</p>
<p>Bye!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dilip</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-855</link>
		<author>Dilip</author>
		<pubDate>Sat, 12 Apr 2008 07:06:18 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-855</guid>
					<description>Any solution for this scenario...
I have a parent div which consist of two parts. One head and body part. After clicking and dragging the head part, the whole parent div (head + body part) should move. 
Pls gime a soln....</description>
		<content:encoded><![CDATA[<p>Any solution for this scenario&#8230;<br />
I have a parent div which consist of two parts. One head and body part. After clicking and dragging the head part, the whole parent div (head + body part) should move.<br />
Pls gime a soln&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-856</link>
		<author>fromvega</author>
		<pubDate>Mon, 14 Apr 2008 20:34:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-856</guid>
					<description>Hello Dilip,

As I said before, this plugin doesn't provide all features as its main goal is to provide a base functionality for drag and drop. 

But basically, to obtain the effect that you need, you should update the body element position in accordance with the head position every time it changes. Using ondrag() you can track the position of the header element.

I'm looking forward to code all requested features in the near future!
Keep an eye for the updates!</description>
		<content:encoded><![CDATA[<p>Hello Dilip,</p>
<p>As I said before, this plugin doesn&#8217;t provide all features as its main goal is to provide a base functionality for drag and drop. </p>
<p>But basically, to obtain the effect that you need, you should update the body element position in accordance with the head position every time it changes. Using ondrag() you can track the position of the header element.</p>
<p>I&#8217;m looking forward to code all requested features in the near future!<br />
Keep an eye for the updates!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Oleg</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-859</link>
		<author>Oleg</author>
		<pubDate>Fri, 18 Apr 2008 13:06:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-859</guid>
					<description>Hi fromvega,

Thanks for your great plugin! I'm a novice in JavaScript and tried to use native jQuery UI instruments for dragging, but they are too heavy and leaks some features, as for me.

I'm using your plugin to develop an online city map ( http://etabua.net/tmap ). It's on an early stage of development, but when i'm clicking the map with any instrument, it has been moved 1px left and 1px top all the time. I have to reset it to it's default position all the time. I activate dragOn() only when the Hand tool is being selected. All other instruments have dragOff() call instead.

Thanks for help.</description>
		<content:encoded><![CDATA[<p>Hi fromvega,</p>
<p>Thanks for your great plugin! I&#8217;m a novice in JavaScript and tried to use native jQuery UI instruments for dragging, but they are too heavy and leaks some features, as for me.</p>
<p>I&#8217;m using your plugin to develop an online city map ( <a href="http://etabua.net/tmap" rel="nofollow">http://etabua.net/tmap</a> ). It&#8217;s on an early stage of development, but when i&#8217;m clicking the map with any instrument, it has been moved 1px left and 1px top all the time. I have to reset it to it&#8217;s default position all the time. I activate dragOn() only when the Hand tool is being selected. All other instruments have dragOff() call instead.</p>
<p>Thanks for help.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tony</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-861</link>
		<author>Tony</author>
		<pubDate>Mon, 21 Apr 2008 21:30:22 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-861</guid>
					<description>Hi, this is a great plugin. The only little issue I see is in the Safari browser, the cursor with crosshairs doesn't change to the pointer(hand) icon when mousing over links in a draggable popup window. Probably more of a safari issue than a bug, as this works flawlessly with IE6, 7 and FF 2.</description>
		<content:encoded><![CDATA[<p>Hi, this is a great plugin. The only little issue I see is in the Safari browser, the cursor with crosshairs doesn&#8217;t change to the pointer(hand) icon when mousing over links in a draggable popup window. Probably more of a safari issue than a bug, as this works flawlessly with IE6, 7 and FF 2.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Stevan Little</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-865</link>
		<author>Stevan Little</author>
		<pubDate>Sat, 03 May 2008 15:01:57 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-865</guid>
					<description>Excellent plugin, I only needed on added feature, the ability to manually force the same effects as the onmouseout action. The code was simple, here it is, feel free to add it into the plugin if you like:
&lt;code&gt;
	// force the same action as onmouseup
	$.fn.stopDrag = function () {
		isMouseDown = false;
		if(dropCallbacks[currentElement.id] != undefined){
			dropCallbacks[currentElement.id](e, currentElement);
		}
		return false;
	};	
&lt;/code&gt;
I needed this mostly because I have a scolling DIV (overflow:auto) inside the draggable container. 

- Stevan</description>
		<content:encoded><![CDATA[<p>Excellent plugin, I only needed on added feature, the ability to manually force the same effects as the onmouseout action. The code was simple, here it is, feel free to add it into the plugin if you like:<br />
<code><br />
	// force the same action as onmouseup<br />
	$.fn.stopDrag = function () {<br />
		isMouseDown = false;<br />
		if(dropCallbacks[currentElement.id] != undefined){<br />
			dropCallbacks[currentElement.id](e, currentElement);<br />
		}<br />
		return false;<br />
	};<br />
</code><br />
I needed this mostly because I have a scolling DIV (overflow:auto) inside the draggable container. </p>
<p>- Stevan</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aaron</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-870</link>
		<author>Aaron</author>
		<pubDate>Mon, 12 May 2008 15:20:03 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-870</guid>
					<description>Nice plugin, but is there a way to restrict the draggable div inside another container div?</description>
		<content:encoded><![CDATA[<p>Nice plugin, but is there a way to restrict the draggable div inside another container div?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aaron</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-871</link>
		<author>Aaron</author>
		<pubDate>Mon, 12 May 2008 15:25:53 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-871</guid>
					<description>Ahh.. I just saw comment #20 with the answer I need.. Thanks alot :)</description>
		<content:encoded><![CDATA[<p>Ahh.. I just saw comment #20 with the answer I need.. Thanks alot <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Batisteb</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-877</link>
		<author>Batisteb</author>
		<pubDate>Mon, 19 May 2008 11:43:16 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-877</guid>
					<description>Hi,

Thx for your plug in. I have used it as a fundation for a Drag &#38; Drop and Resize plugin : http://batiste.dosimple.ch/blog/2008-05-18-1/

OSS FTW</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thx for your plug in. I have used it as a fundation for a Drag &amp; Drop and Resize plugin : <a href="http://batiste.dosimple.ch/blog/2008-05-18-1/" rel="nofollow">http://batiste.dosimple.ch/blog/2008-05-18-1/</a></p>
<p>OSS FTW</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Olgg</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-878</link>
		<author>Olgg</author>
		<pubDate>Tue, 20 May 2008 07:15:25 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-878</guid>
					<description>Thanks for this wonderful code, the Jquery draggable event don't seems to work with me.

Realy nice work.</description>
		<content:encoded><![CDATA[<p>Thanks for this wonderful code, the Jquery draggable event don&#8217;t seems to work with me.</p>
<p>Realy nice work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: hunka</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-880</link>
		<author>hunka</author>
		<pubDate>Mon, 26 May 2008 09:21:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-880</guid>
					<description>Its really nice to know how Jquery helps....thanks mate.... :)</description>
		<content:encoded><![CDATA[<p>Its really nice to know how Jquery helps&#8230;.thanks mate&#8230;. <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Uzbek</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-882</link>
		<author>Uzbek</author>
		<pubDate>Fri, 30 May 2008 11:44:17 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-882</guid>
					<description>Great plugin. Was looking something like it.

Del.icio.us &#38;&#38; digging right away...

Thanks yet again.</description>
		<content:encoded><![CDATA[<p>Great plugin. Was looking something like it.</p>
<p>Del.icio.us &amp;&amp; digging right away&#8230;</p>
<p>Thanks yet again.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Pablo A</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-886</link>
		<author>Pablo A</author>
		<pubDate>Mon, 23 Jun 2008 21:47:07 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-886</guid>
					<description>I will create a customizable story book. In the middle of the page I will have a DIV that will represent the book page. On the right side I will have some 3/4 characters, 10 accessories and so on.
I want to drag'n'drop the elements into the book page and then get the coordinates of each object dropped into the div since I want to save these coordinates for later print the book. I also want if the user drag'n'drop the character outside the page div move it to the original place.
Do you know of something similar to what I am looking for? Maybe a similar situation or solution?
Thanks in advance to all the community!</description>
		<content:encoded><![CDATA[<p>I will create a customizable story book. In the middle of the page I will have a DIV that will represent the book page. On the right side I will have some 3/4 characters, 10 accessories and so on.<br />
I want to drag&#8217;n'drop the elements into the book page and then get the coordinates of each object dropped into the div since I want to save these coordinates for later print the book. I also want if the user drag&#8217;n'drop the character outside the page div move it to the original place.<br />
Do you know of something similar to what I am looking for? Maybe a similar situation or solution?<br />
Thanks in advance to all the community!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lapubell</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-888</link>
		<author>Lapubell</author>
		<pubDate>Wed, 25 Jun 2008 20:33:32 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-888</guid>
					<description>I'm developing a fun little site that works like a Mac/Linux OS for my band's website.  I love this plugin that you have but I am trying to make it work like a handle.  Any input as to how to make a child div the dragable object that drags the parent div?</description>
		<content:encoded><![CDATA[<p>I&#8217;m developing a fun little site that works like a Mac/Linux OS for my band&#8217;s website.  I love this plugin that you have but I am trying to make it work like a handle.  Any input as to how to make a child div the dragable object that drags the parent div?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-891</link>
		<author>fromvega</author>
		<pubDate>Thu, 26 Jun 2008 21:25:01 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-891</guid>
					<description>Hi Pablo A and Lapubell, I got some time and I will try to code this requested features today. Keep an eye for updates!</description>
		<content:encoded><![CDATA[<p>Hi Pablo A and Lapubell, I got some time and I will try to code this requested features today. Keep an eye for updates!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lapubell</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-892</link>
		<author>Lapubell</author>
		<pubDate>Thu, 26 Jun 2008 21:33:17 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-892</guid>
					<description>that would be way too awesome!  got a paypal donate button?  I love supporting OSS projects... :)

you jquery coders are awesome.  i'm still wrapping my brain around good ol javascript.</description>
		<content:encoded><![CDATA[<p>that would be way too awesome!  got a paypal donate button?  I love supporting OSS projects&#8230; <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>you jquery coders are awesome.  i&#8217;m still wrapping my brain around good ol javascript.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-894</link>
		<author>fromvega</author>
		<pubDate>Sat, 28 Jun 2008 03:41:31 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-894</guid>
					<description>Hi Lapubell, just wanted to let you know the code for the handler is done but I'm having a little problem with the ftp, so that's why I didn't upload the code yet! Hope to have it solved soon.</description>
		<content:encoded><![CDATA[<p>Hi Lapubell, just wanted to let you know the code for the handler is done but I&#8217;m having a little problem with the ftp, so that&#8217;s why I didn&#8217;t upload the code yet! Hope to have it solved soon.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-895</link>
		<author>fromvega</author>
		<pubDate>Sat, 28 Jun 2008 03:52:58 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-895</guid>
					<description>Lapubell, please download the new code from this temporary url: http://fromvega.com/wordpress/wp-content/uploads/2008/06/jqueryeasydrag-handler-test.js

So here goes a little explanation: for the handle to work it must be a child of the element you want to drag around. Then you call .setHandler('handler_id') to make it work.

$("#box2").easydrag(true);
$("#box2").setHandler('handler3');

You should pass 'true' to the easydrag() method to enable event bubbling. Maybe it should be automatically set when calling setHandler(). I'm going to wait for some feedback before posting the new version.

Bye!</description>
		<content:encoded><![CDATA[<p>Lapubell, please download the new code from this temporary url: <a href="http://fromvega.com/wordpress/wp-content/uploads/2008/06/jqueryeasydrag-handler-test.js" rel="nofollow">http://fromvega.com/wordpress/wp-content/uploads/2008/06/jqueryeasydrag-handler-test.js</a></p>
<p>So here goes a little explanation: for the handle to work it must be a child of the element you want to drag around. Then you call .setHandler(&#8217;handler_id&#8217;) to make it work.</p>
<p>$(&#8221;#box2&#8243;).easydrag(true);<br />
$(&#8221;#box2&#8243;).setHandler(&#8217;handler3&#8242;);</p>
<p>You should pass &#8216;true&#8217; to the easydrag() method to enable event bubbling. Maybe it should be automatically set when calling setHandler(). I&#8217;m going to wait for some feedback before posting the new version.</p>
<p>Bye!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: cn</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-896</link>
		<author>cn</author>
		<pubDate>Sun, 29 Jun 2008 12:11:30 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-896</guid>
					<description>Awesome!Thx for the nice script.
regards from China.</description>
		<content:encoded><![CDATA[<p>Awesome!Thx for the nice script.<br />
regards from China.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lapubell</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-897</link>
		<author>Lapubell</author>
		<pubDate>Wed, 02 Jul 2008 20:07:42 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-897</guid>
					<description>this is working fantastically.

the OSX/Linux layout is coming along greatly!  to see the progress of the page go to http://www.aneveningwithdotmatrix.com/os.php.

the only windows that work currently are the home, about and music, but it's coming along nicely!

thanks to your awesome revision!

PS, there is a catch to see if you are using internet explorer, so if you are using that, you won't be able to pass.  I recommend FireFox 3.</description>
		<content:encoded><![CDATA[<p>this is working fantastically.</p>
<p>the OSX/Linux layout is coming along greatly!  to see the progress of the page go to <a href="http://www.aneveningwithdotmatrix.com/os.php." rel="nofollow">http://www.aneveningwithdotmatrix.com/os.php.</a></p>
<p>the only windows that work currently are the home, about and music, but it&#8217;s coming along nicely!</p>
<p>thanks to your awesome revision!</p>
<p>PS, there is a catch to see if you are using internet explorer, so if you are using that, you won&#8217;t be able to pass.  I recommend FireFox 3.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-898</link>
		<author>fromvega</author>
		<pubDate>Wed, 02 Jul 2008 20:47:38 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-898</guid>
					<description>Lapubell, I'm glad to see it has been useful for you! Your project looks cool! Just a tip, differently from my previous comment, you shouldn't need to pass "true" to the easydrag() method anymore if you are calling setHandler() after. Give it a try!</description>
		<content:encoded><![CDATA[<p>Lapubell, I&#8217;m glad to see it has been useful for you! Your project looks cool! Just a tip, differently from my previous comment, you shouldn&#8217;t need to pass &#8220;true&#8221; to the easydrag() method anymore if you are calling setHandler() after. Give it a try!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: randy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-900</link>
		<author>randy</author>
		<pubDate>Tue, 15 Jul 2008 15:49:31 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-900</guid>
					<description>i love this plugin!

i am running into a bit of trouble when i add in a drag/drop handle though. i get the following error on FF2 whenever i click inside the div i've setup as the handle:

handler.apply is not a function
http://localhost:2630/contracts/js/jquery-1.2.6.js
Line 2076</description>
		<content:encoded><![CDATA[<p>i love this plugin!</p>
<p>i am running into a bit of trouble when i add in a drag/drop handle though. i get the following error on FF2 whenever i click inside the div i&#8217;ve setup as the handle:</p>
<p>handler.apply is not a function<br />
<a href="http://localhost:2630/contracts/js/jquery-1.2.6.js" rel="nofollow">http://localhost:2630/contracts/js/jquery-1.2.6.js</a><br />
Line 2076</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: randy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-901</link>
		<author>randy</author>
		<pubDate>Tue, 15 Jul 2008 15:59:48 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-901</guid>
					<description>i hate to do this, but i edited my jquery.js file adding in the following check for undefined, and things are working fine now:

if (handler.apply != undefined)</description>
		<content:encoded><![CDATA[<p>i hate to do this, but i edited my jquery.js file adding in the following check for undefined, and things are working fine now:</p>
<p>if (handler.apply != undefined)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-902</link>
		<author>fromvega</author>
		<pubDate>Tue, 15 Jul 2008 16:29:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-902</guid>
					<description>Hello randy, at a first glance it seems that something is wrong with your code. What is this .apply() method that you are calling? Give it a check!</description>
		<content:encoded><![CDATA[<p>Hello randy, at a first glance it seems that something is wrong with your code. What is this .apply() method that you are calling? Give it a check!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: randy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-903</link>
		<author>randy</author>
		<pubDate>Tue, 15 Jul 2008 17:16:56 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-903</guid>
					<description>wow that was quick!

i didn't explain myself very well. sorry about that. my (temporary) fix for this issue was to hack the jquery-1.2.6.js file itself. which is terrible, i know. i imagine that i may find my "fix" has broken something else, but so far so good. i am truly surprised it worked at all.

if you grab the jquery-1.2.6.js file and look at line 2076, that is where the error is reported to occur. when i added in the check (see my 2nd comment) the error went away.</description>
		<content:encoded><![CDATA[<p>wow that was quick!</p>
<p>i didn&#8217;t explain myself very well. sorry about that. my (temporary) fix for this issue was to hack the jquery-1.2.6.js file itself. which is terrible, i know. i imagine that i may find my &#8220;fix&#8221; has broken something else, but so far so good. i am truly surprised it worked at all.</p>
<p>if you grab the jquery-1.2.6.js file and look at line 2076, that is where the error is reported to occur. when i added in the check (see my 2nd comment) the error went away.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-904</link>
		<author>fromvega</author>
		<pubDate>Tue, 15 Jul 2008 17:49:46 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-904</guid>
					<description>hi randy, the error is reported there but I'm pretty sure it is caused by something other than jQuery code, maybe something wrong with your code.</description>
		<content:encoded><![CDATA[<p>hi randy, the error is reported there but I&#8217;m pretty sure it is caused by something other than jQuery code, maybe something wrong with your code.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: randy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-905</link>
		<author>randy</author>
		<pubDate>Wed, 16 Jul 2008 15:14:40 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-905</guid>
					<description>i took another look at this, creating a very stripped down example. with no script besides a call to .easydrag() and a call to setHandler(), but i am still seeing the error. my html is pretty basic, i'm using a div for the draggable box, and another div inside this to pass to the setHandler() call.

personally i think it's ok to have no handle on the draggable window, BUT without the handle, another bug occurs. my draggable div contains a textarea and it seems like you cannot click on the textarea when there's no handle setup. the user must tab into the textarea to begin using it.</description>
		<content:encoded><![CDATA[<p>i took another look at this, creating a very stripped down example. with no script besides a call to .easydrag() and a call to setHandler(), but i am still seeing the error. my html is pretty basic, i&#8217;m using a div for the draggable box, and another div inside this to pass to the setHandler() call.</p>
<p>personally i think it&#8217;s ok to have no handle on the draggable window, BUT without the handle, another bug occurs. my draggable div contains a textarea and it seems like you cannot click on the textarea when there&#8217;s no handle setup. the user must tab into the textarea to begin using it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-906</link>
		<author>fromvega</author>
		<pubDate>Wed, 16 Jul 2008 15:33:22 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-906</guid>
					<description>hey randy, it's not a bug... there is a section in the article that explains that. What you just need to do is to pass true to the easydrag method, like $("#box1").easydrag(true);</description>
		<content:encoded><![CDATA[<p>hey randy, it&#8217;s not a bug&#8230; there is a section in the article that explains that. What you just need to do is to pass true to the easydrag method, like $(&#8221;#box1&#8243;).easydrag(true);</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: randy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-907</link>
		<author>randy</author>
		<pubDate>Wed, 16 Jul 2008 15:40:14 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-907</guid>
					<description>sorry about that, my previous comment was a bit unclear. i was passing true to easydrag(true) and i also tried passing in false and passing in no parameter at all. if i had a website handy where i could post my example i would do so. 

again, thanks for your quick follow-up!</description>
		<content:encoded><![CDATA[<p>sorry about that, my previous comment was a bit unclear. i was passing true to easydrag(true) and i also tried passing in false and passing in no parameter at all. if i had a website handy where i could post my example i would do so. </p>
<p>again, thanks for your quick follow-up!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-908</link>
		<author>fromvega</author>
		<pubDate>Wed, 16 Jul 2008 15:42:20 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-908</guid>
					<description>I'm going to verify this. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to verify this. Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andiih</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-909</link>
		<author>Andiih</author>
		<pubDate>Wed, 16 Jul 2008 16:18:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-909</guid>
					<description>I'm also getting the handler.apply error, and also have the issue that without the handler, the event bubble doesn't work and the user cant use the form.  Other than that - bloomin marvelous.  I love it when a plan comes together...</description>
		<content:encoded><![CDATA[<p>I&#8217;m also getting the handler.apply error, and also have the issue that without the handler, the event bubble doesn&#8217;t work and the user cant use the form.  Other than that - bloomin marvelous.  I love it when a plan comes together&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-910</link>
		<author>fromvega</author>
		<pubDate>Wed, 16 Jul 2008 16:53:05 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-910</guid>
					<description>Hi Andiih and Randy, I have just posted a new beta version with this bug correction. Please download the new version and give it a try!

Randy, I have tested the text box withing a draggable and it worked fine! Please let me now if you are still facing this problem!

Enjoy! 
http://fromvega.com/code/easydrag/jquery.easydrag.handler.beta2.js</description>
		<content:encoded><![CDATA[<p>Hi Andiih and Randy, I have just posted a new beta version with this bug correction. Please download the new version and give it a try!</p>
<p>Randy, I have tested the text box withing a draggable and it worked fine! Please let me now if you are still facing this problem!</p>
<p>Enjoy!<br />
<a href="http://fromvega.com/code/easydrag/jquery.easydrag.handler.beta2.js" rel="nofollow">http://fromvega.com/code/easydrag/jquery.easydrag.handler.beta2.js</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: randy</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-911</link>
		<author>randy</author>
		<pubDate>Wed, 16 Jul 2008 17:08:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-911</guid>
					<description>EASYDRAG IS THE SHIT!!!

thanks for that update. as to my issue with the textarea, that seems to have been a hallucination...it works fine now for me in both FF2 &#38; IE7.</description>
		<content:encoded><![CDATA[<p>EASYDRAG IS THE SHIT!!!</p>
<p>thanks for that update. as to my issue with the textarea, that seems to have been a hallucination&#8230;it works fine now for me in both FF2 &amp; IE7.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andiih</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-912</link>
		<author>Andiih</author>
		<pubDate>Thu, 17 Jul 2008 08:50:30 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-912</guid>
					<description>Yep, thats sorted that problem out.  Thanks for such quick feedback.  I also took a second look at it without the handle.  Although with event bubbling on, it does "work", the usual mouse gestures such as selection (highlighting a chunk of text in a textarea) still cause a drag action instead which is undesirable.  With the handle, this isn't a problem.  Perfect.</description>
		<content:encoded><![CDATA[<p>Yep, thats sorted that problem out.  Thanks for such quick feedback.  I also took a second look at it without the handle.  Although with event bubbling on, it does &#8220;work&#8221;, the usual mouse gestures such as selection (highlighting a chunk of text in a textarea) still cause a drag action instead which is undesirable.  With the handle, this isn&#8217;t a problem.  Perfect.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: payne</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-913</link>
		<author>payne</author>
		<pubDate>Mon, 21 Jul 2008 06:52:59 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-913</guid>
					<description>Great,I really appreciate it.</description>
		<content:encoded><![CDATA[<p>Great,I really appreciate it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: olaf</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-923</link>
		<author>olaf</author>
		<pubDate>Wed, 30 Jul 2008 07:31:32 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-923</guid>
					<description>How to get the position of one item to be dragged; his position before any drag.
The $.fn.ondrag function fire each time the mouse is moved while the mouse button is pressed</description>
		<content:encoded><![CDATA[<p>How to get the position of one item to be dragged; his position before any drag.<br />
The $.fn.ondrag function fire each time the mouse is moved while the mouse button is pressed</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-927</link>
		<author>fromvega</author>
		<pubDate>Sun, 03 Aug 2008 04:10:05 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-927</guid>
					<description>Hi olaf, EasyDrag per se doesn't provide a method for that. But you can always use plain javascript or jQuery to get the position of the element. Most of the times you can simple read its 'top' and 'left' css properties.</description>
		<content:encoded><![CDATA[<p>Hi olaf, EasyDrag per se doesn&#8217;t provide a method for that. But you can always use plain javascript or jQuery to get the position of the element. Most of the times you can simple read its &#8216;top&#8217; and &#8216;left&#8217; css properties.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: blakef</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-934</link>
		<author>blakef</author>
		<pubDate>Wed, 13 Aug 2008 14:30:04 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-934</guid>
					<description>hate to ask this, but how to drag a clone? 

I'm building this drag things into one thing, and then the container onto another place, and could use a clone for a copy rather than move operation.  (or is that something left to the user to implement).

BTW - this is great code and has simplified my life tremendously.</description>
		<content:encoded><![CDATA[<p>hate to ask this, but how to drag a clone? </p>
<p>I&#8217;m building this drag things into one thing, and then the container onto another place, and could use a clone for a copy rather than move operation.  (or is that something left to the user to implement).</p>
<p>BTW - this is great code and has simplified my life tremendously.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-935</link>
		<author>fromvega</author>
		<pubDate>Wed, 13 Aug 2008 16:32:42 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-935</guid>
					<description>Hello blakef, I'm not sure if I understood your question. Do you want to clone an element by creating a copy of it and placing it in the same relative position inside another container? If it is what you want, this plugin doesn't help but you can simply set the new element position based on the original one (assuming they are relatively positioned) by copying its x and y properties.</description>
		<content:encoded><![CDATA[<p>Hello blakef, I&#8217;m not sure if I understood your question. Do you want to clone an element by creating a copy of it and placing it in the same relative position inside another container? If it is what you want, this plugin doesn&#8217;t help but you can simply set the new element position based on the original one (assuming they are relatively positioned) by copying its x and y properties.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: blakef</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-936</link>
		<author>blakef</author>
		<pubDate>Wed, 13 Aug 2008 18:27:01 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-936</guid>
					<description>hello fromvega,

   thanks for the prompt reply, and sorry for the confusion (lack of sleep)

   I want to have the orginal item left and a copy dragged when I start the drag.  Might have to do this for a list of items (it's messy) and targets, so one item might go to many targets (hence the need to drag copies). 

   so something like $("#box1").clone().easydrag()? 

   (sorry, new to jQuery, so if it's intrinsic, I apologize, hints appreciated).</description>
		<content:encoded><![CDATA[<p>hello fromvega,</p>
<p>   thanks for the prompt reply, and sorry for the confusion (lack of sleep)</p>
<p>   I want to have the orginal item left and a copy dragged when I start the drag.  Might have to do this for a list of items (it&#8217;s messy) and targets, so one item might go to many targets (hence the need to drag copies). </p>
<p>   so something like $(&#8221;#box1&#8243;).clone().easydrag()? </p>
<p>   (sorry, new to jQuery, so if it&#8217;s intrinsic, I apologize, hints appreciated).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-937</link>
		<author>fromvega</author>
		<pubDate>Wed, 13 Aug 2008 23:28:15 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-937</guid>
					<description>Hello blakef, unfortunately the current version of this plugin doesn't have a "drag clone" feature out of the box. Although it's a good idea for future versions! I have tried something here, it works but it has some problems positioning the element according to the mouse pointer. Sorry, I don't have much time at the moment to spend with it. But I hope it can give you an idea to start. Voilà:

$("#box1").mousedown(function(){
    $(this).clone().insertAfter(this).easydrag().mousedown();	
});

Note that you don't need to call easydrag for #box1 since it's going to stay static. Please post back if you find a better way.</description>
		<content:encoded><![CDATA[<p>Hello blakef, unfortunately the current version of this plugin doesn&#8217;t have a &#8220;drag clone&#8221; feature out of the box. Although it&#8217;s a good idea for future versions! I have tried something here, it works but it has some problems positioning the element according to the mouse pointer. Sorry, I don&#8217;t have much time at the moment to spend with it. But I hope it can give you an idea to start. Voilà:</p>
<p>$(&#8221;#box1&#8243;).mousedown(function(){<br />
    $(this).clone().insertAfter(this).easydrag().mousedown();<br />
});</p>
<p>Note that you don&#8217;t need to call easydrag for #box1 since it&#8217;s going to stay static. Please post back if you find a better way.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kyle</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-944</link>
		<author>Kyle</author>
		<pubDate>Wed, 20 Aug 2008 22:10:17 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-944</guid>
					<description>Excellent plugin.  Great work.

Using beta2, one feature/bug:  After calling .dragOff(), the element's cursor retains the move pointer.  From a user interface perspective, it probably makes more sense to return the element to it's previous cursor -- because otherwise it still looks draggable.  Might be nice to save the cursor value when easydrag is instantiated, and then reset the pointer to that value when dragOff() is called.

Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent plugin.  Great work.</p>
<p>Using beta2, one feature/bug:  After calling .dragOff(), the element&#8217;s cursor retains the move pointer.  From a user interface perspective, it probably makes more sense to return the element to it&#8217;s previous cursor &#8212; because otherwise it still looks draggable.  Might be nice to save the cursor value when easydrag is instantiated, and then reset the pointer to that value when dragOff() is called.</p>
<p>Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tevi</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-946</link>
		<author>Tevi</author>
		<pubDate>Mon, 01 Sep 2008 18:53:15 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-946</guid>
					<description>I tried hacking this to make it drag a background image (position). Any idea on how to set lastElemLeft to be able to pick up the last left position of the background image? (tried using backgroundPositionX, but that didn't work.)</description>
		<content:encoded><![CDATA[<p>I tried hacking this to make it drag a background image (position). Any idea on how to set lastElemLeft to be able to pick up the last left position of the background image? (tried using backgroundPositionX, but that didn&#8217;t work.)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-952</link>
		<author>David</author>
		<pubDate>Fri, 19 Sep 2008 06:04:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-952</guid>
					<description>Hi,

I am jquery n00b.
Is there any drag and drop event calendar in jquery.

I have a calendar full of events.. user wants to drag the event from one date to another date. 

Please guide me.

Regards
David</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am jquery n00b.<br />
Is there any drag and drop event calendar in jquery.</p>
<p>I have a calendar full of events.. user wants to drag the event from one date to another date. </p>
<p>Please guide me.</p>
<p>Regards<br />
David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Szabo Bogdan</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-957</link>
		<author>Szabo Bogdan</author>
		<pubDate>Fri, 26 Sep 2008 20:22:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-957</guid>
					<description>When we'l have a .onStartDrag event?</description>
		<content:encoded><![CDATA[<p>When we&#8217;l have a .onStartDrag event?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Pyraxis</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-958</link>
		<author>Pyraxis</author>
		<pubDate>Sun, 28 Sep 2008 05:04:39 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-958</guid>
					<description>Is it possible to set the handler to a tag?
I have multiple windows that i want draggable by the same tag and would like to set them with one line.
	jQuery('.draggableWindow').easydrag();
	jQuery('.draggableWindow').setHandler(h1);
or something similar
If its not available currently, how hard would that be to add on?</description>
		<content:encoded><![CDATA[<p>Is it possible to set the handler to a tag?<br />
I have multiple windows that i want draggable by the same tag and would like to set them with one line.<br />
	jQuery(&#8217;.draggableWindow&#8217;).easydrag();<br />
	jQuery(&#8217;.draggableWindow&#8217;).setHandler(h1);<br />
or something similar<br />
If its not available currently, how hard would that be to add on?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Pyraxis</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-959</link>
		<author>Pyraxis</author>
		<pubDate>Sun, 28 Sep 2008 17:52:07 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-959</guid>
					<description>Never mind, Just changed some code and got it running fine :)
Just as a suggestion i think it would be better to leave it open, such that you could have the handle be something with a particular class, id, or tag, using the . , #, or nothing respectively with the name for it...</description>
		<content:encoded><![CDATA[<p>Never mind, Just changed some code and got it running fine <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Just as a suggestion i think it would be better to leave it open, such that you could have the handle be something with a particular class, id, or tag, using the . , #, or nothing respectively with the name for it&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-962</link>
		<author>fromvega</author>
		<pubDate>Mon, 29 Sep 2008 12:46:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-962</guid>
					<description>David, this is something you will need to implement. You need to use drop targets do detect when an element is being dropped inside another one. EasyDrag doesn't provide it by default although you can use it to implement this feature. You can have a look at this example to have an idea how you can accomplish this: http://fromvega.com/code/easydrag/drop.html</description>
		<content:encoded><![CDATA[<p>David, this is something you will need to implement. You need to use drop targets do detect when an element is being dropped inside another one. EasyDrag doesn&#8217;t provide it by default although you can use it to implement this feature. You can have a look at this example to have an idea how you can accomplish this: <a href="http://fromvega.com/code/easydrag/drop.html" rel="nofollow">http://fromvega.com/code/easydrag/drop.html</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Abra Melin</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-967</link>
		<author>Abra Melin</author>
		<pubDate>Wed, 08 Oct 2008 00:05:34 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-967</guid>
					<description>Very nice plugin thank you very much but i want to save the last position of the drag. can you please make an example for this?</description>
		<content:encoded><![CDATA[<p>Very nice plugin thank you very much but i want to save the last position of the drag. can you please make an example for this?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Giles</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-969</link>
		<author>Giles</author>
		<pubDate>Wed, 08 Oct 2008 20:41:06 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-969</guid>
					<description>Thanks very much for this plugin - first used it near the start of the year but had problem with not being able to highlight text in a textarea contained on the draggable div. I see this has been addressed with the 'handler' and it now does exactly what i need. great plugin.</description>
		<content:encoded><![CDATA[<p>Thanks very much for this plugin - first used it near the start of the year but had problem with not being able to highlight text in a textarea contained on the draggable div. I see this has been addressed with the &#8216;handler&#8217; and it now does exactly what i need. great plugin.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 键盘人生 &#187; 强烈推荐：240多个jQuery插件</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-991</link>
		<author>键盘人生 &#187; 强烈推荐：240多个jQuery插件</author>
		<pubDate>Wed, 29 Oct 2008 14:24:06 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-991</guid>
					<description>[...] Easing Plugin. jQuery Portlets. AutoScroll. Innerfade. 拖放插件(Drag and Drop)UI/Draggables. EasyDrag jQuery Plugin. jQuery Portlets. jqDnR - drag, drop resize. Drag [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Easing Plugin. jQuery Portlets. AutoScroll. Innerfade. 拖放插件(Drag and Drop)UI/Draggables. EasyDrag jQuery Plugin. jQuery Portlets. jqDnR - drag, drop resize. Drag [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 200+ jQuery插件 &#124; 浮世失焦</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1026</link>
		<author>200+ jQuery插件 &#124; 浮世失焦</author>
		<pubDate>Fri, 31 Oct 2008 05:42:26 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1026</guid>
					<description>[...] EasyDrag jQuery Plugin. jQuery Portlets. jqDnR - drag, drop resize. Drag [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] EasyDrag jQuery Plugin. jQuery Portlets. jqDnR - drag, drop resize. Drag [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 240 удивительных плагинов для jQuery &#124; Parinoff Life</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1031</link>
		<author>240 удивительных плагинов для jQuery &#124; Parinoff Life</author>
		<pubDate>Fri, 31 Oct 2008 13:44:31 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1031</guid>
					<description>[...] EasyDrag jQuery Plugin [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] EasyDrag jQuery Plugin [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jono</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1175</link>
		<author>Jono</author>
		<pubDate>Sun, 23 Nov 2008 08:53:08 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1175</guid>
					<description>Hey great script. Is there any way to get the absolute position of the clicked object? Calling target.css('left') or 'top' only returns the left and top cords from where the target originally was positioned. What i'm trying to accomplish is where the object is located over top of an image. Any thoughts? Thx :)</description>
		<content:encoded><![CDATA[<p>Hey great script. Is there any way to get the absolute position of the clicked object? Calling target.css(&#8217;left&#8217;) or &#8216;top&#8217; only returns the left and top cords from where the target originally was positioned. What i&#8217;m trying to accomplish is where the object is located over top of an image. Any thoughts? Thx <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1178</link>
		<author>fromvega</author>
		<pubDate>Mon, 24 Nov 2008 23:54:49 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1178</guid>
					<description>Hey Jono and Abra Melin (sorry for the delay dude), if you don't have problems in using another plugin I would suggest you to try the jquery Dimensions plugin. It provides you complete positioning information of the element. You can get it here: http://brandonaaron.net/docs/dimensions/</description>
		<content:encoded><![CDATA[<p>Hey Jono and Abra Melin (sorry for the delay dude), if you don&#8217;t have problems in using another plugin I would suggest you to try the jquery Dimensions plugin. It provides you complete positioning information of the element. You can get it here: <a href="http://brandonaaron.net/docs/dimensions/" rel="nofollow">http://brandonaaron.net/docs/dimensions/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Doug</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1185</link>
		<author>Doug</author>
		<pubDate>Tue, 02 Dec 2008 14:40:59 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1185</guid>
					<description>I'm getting an error on this page. It looks like you have a parse error, line 134.


$(function(){
	// add drag and drop functionality to #box1
	$("#box1").easydrag();
	// set a function to be called on a drop event
	$("#box1").ondrop(function(e, element){ alert(element + " Dropped"); });
});


It looks like you have a "" and "" tag in your script.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an error on this page. It looks like you have a parse error, line 134.</p>
<p>$(function(){<br />
	// add drag and drop functionality to #box1<br />
	$(&#8221;#box1&#8243;).easydrag();<br />
	// set a function to be called on a drop event<br />
	$(&#8221;#box1&#8243;).ondrop(function(e, element){ alert(element + &#8221; Dropped&#8221;); });<br />
});</p>
<p>It looks like you have a &#8220;&#8221; and &#8220;&#8221; tag in your script.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Doug</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1186</link>
		<author>Doug</author>
		<pubDate>Tue, 02 Dec 2008 14:41:45 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1186</guid>
					<description>comments stripped out the tag above... [p] and [/p] tags.</description>
		<content:encoded><![CDATA[<p>comments stripped out the tag above&#8230; [p] and [/p] tags.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1187</link>
		<author>fromvega</author>
		<pubDate>Tue, 02 Dec 2008 15:20:55 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1187</guid>
					<description>Thanks Doug, I think the code got messed up when I was editing it through Wordpress.</description>
		<content:encoded><![CDATA[<p>Thanks Doug, I think the code got messed up when I was editing it through Wordpress.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: rami</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1201</link>
		<author>rami</author>
		<pubDate>Tue, 13 Jan 2009 10:44:18 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1201</guid>
					<description>can i save the position of this item after the drag</description>
		<content:encoded><![CDATA[<p>can i save the position of this item after the drag</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ross</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1215</link>
		<author>Ross</author>
		<pubDate>Wed, 25 Feb 2009 19:12:16 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1215</guid>
					<description>I'm trying to display this under a lightbox - any clues how to achieve this?

thanks in advance!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to display this under a lightbox - any clues how to achieve this?</p>
<p>thanks in advance!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ross</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1216</link>
		<author>Ross</author>
		<pubDate>Wed, 25 Feb 2009 21:14:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1216</guid>
					<description>w00t - fixed myself. Anyone else doing it, I changed this:

$(this).css("z-index", parseInt( new Date().getTime()/1000 ));


to this


$(this).css("z-index", parseInt( 1 ));</description>
		<content:encoded><![CDATA[<p>w00t - fixed myself. Anyone else doing it, I changed this:</p>
<p>$(this).css(&#8221;z-index&#8221;, parseInt( new Date().getTime()/1000 ));</p>
<p>to this</p>
<p>$(this).css(&#8221;z-index&#8221;, parseInt( 1 ));</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Matthew Hill</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1222</link>
		<author>Matthew Hill</author>
		<pubDate>Wed, 18 Mar 2009 17:39:45 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1222</guid>
					<description>Absolutely brilliant, thanks a lot! By the way, is there a minified version available? Thanks again, Mat.</description>
		<content:encoded><![CDATA[<p>Absolutely brilliant, thanks a lot! By the way, is there a minified version available? Thanks again, Mat.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1224</link>
		<author>fromvega</author>
		<pubDate>Thu, 19 Mar 2009 18:05:11 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1224</guid>
					<description>Matthew, I'm sorry but no, there isn't a minified version available but you can easily find the tools to minify it online. :)</description>
		<content:encoded><![CDATA[<p>Matthew, I&#8217;m sorry but no, there isn&#8217;t a minified version available but you can easily find the tools to minify it online. <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: kly508</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1225</link>
		<author>kly508</author>
		<pubDate>Tue, 31 Mar 2009 03:36:11 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1225</guid>
					<description>Hi, I am from China, I think you write well, respect:)</description>
		<content:encoded><![CDATA[<p>Hi, I am from China, I think you write well, respect:)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: chridam</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1242</link>
		<author>chridam</author>
		<pubDate>Mon, 08 Jun 2009 11:14:15 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1242</guid>
					<description>Nice plugin mate. Is there a way you can constrain the div element being dragged within another container i.e. containment?</description>
		<content:encoded><![CDATA[<p>Nice plugin mate. Is there a way you can constrain the div element being dragged within another container i.e. containment?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ZK@Web Marketing Blog</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1252</link>
		<author>ZK@Web Marketing Blog</author>
		<pubDate>Sun, 21 Jun 2009 05:04:31 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1252</guid>
					<description>I would like to have certain specific elements have a greater z-index than inital set vale as lorenzo suggests, however am not sure what extra jQuery code i need to do this, have tried
$(”.bridge”).css(”z-index”,”50000″); but dosent seem to have any effect, if anyone can point me in right direction be much appreciated</description>
		<content:encoded><![CDATA[<p>I would like to have certain specific elements have a greater z-index than inital set vale as lorenzo suggests, however am not sure what extra jQuery code i need to do this, have tried<br />
$(”.bridge”).css(”z-index”,”50000″); but dosent seem to have any effect, if anyone can point me in right direction be much appreciated</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Roger Grant</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1268</link>
		<author>Roger Grant</author>
		<pubDate>Thu, 30 Jul 2009 06:11:23 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1268</guid>
					<description>I'm a Wordpress newbie and a PHP and Javascript newbie too.  I'm trying to manually install the jquery.easydrag.handler.beta2.js by adding a line to [script-loader.php], but I can't figure out what to add.  I uploaded your JS file to /public_html/wp-includes/js/easydrag/ (I created the "easydrag" folder).

Any assistance would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a Wordpress newbie and a PHP and Javascript newbie too.  I&#8217;m trying to manually install the jquery.easydrag.handler.beta2.js by adding a line to [script-loader.php], but I can&#8217;t figure out what to add.  I uploaded your JS file to /public_html/wp-includes/js/easydrag/ (I created the &#8220;easydrag&#8221; folder).</p>
<p>Any assistance would be greatly appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Charles</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1280</link>
		<author>Charles</author>
		<pubDate>Sun, 27 Sep 2009 07:11:43 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1280</guid>
					<description>Hi,

Anyone know how to make this work with FANCYBOX?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Anyone know how to make this work with FANCYBOX?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Gerardo</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1281</link>
		<author>Gerardo</author>
		<pubDate>Mon, 28 Sep 2009 14:22:56 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1281</guid>
					<description>Hello I would  like to change my z-index 
I have for divs and when I click the div I would  like to change the position of the z-index to be in the top of the divs. 

Sorry for my english. I speek Spanish</description>
		<content:encoded><![CDATA[<p>Hello I would  like to change my z-index<br />
I have for divs and when I click the div I would  like to change the position of the z-index to be in the top of the divs. </p>
<p>Sorry for my english. I speek Spanish</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jockey</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1294</link>
		<author>jockey</author>
		<pubDate>Thu, 10 Dec 2009 14:00:02 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1294</guid>
					<description>It's a great plugin, thanks.
May I request a feature?
I would like to right click on the dropped target to let it go back to where it was from.
Sorry, I don't know if it's possible to do that.
Thank you for your efforts.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a great plugin, thanks.<br />
May I request a feature?<br />
I would like to right click on the dropped target to let it go back to where it was from.<br />
Sorry, I don&#8217;t know if it&#8217;s possible to do that.<br />
Thank you for your efforts.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Glint</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1295</link>
		<author>Glint</author>
		<pubDate>Mon, 14 Dec 2009 05:58:48 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1295</guid>
					<description>Hi Jonah,

It would be great to have a look at your code.  
... thank you/</description>
		<content:encoded><![CDATA[<p>Hi Jonah,</p>
<p>It would be great to have a look at your code.<br />
&#8230; thank you/</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bill Porkland</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1300</link>
		<author>Bill Porkland</author>
		<pubDate>Fri, 22 Jan 2010 16:25:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1300</guid>
					<description>Nice plugin. But it have problems in ie7 with absolute right positioned elements. for example:

#id{
	position:absolute;
	top:75px;
	overflow:visible;
	right:75%;
	z-index:3;
}</description>
		<content:encoded><![CDATA[<p>Nice plugin. But it have problems in ie7 with absolute right positioned elements. for example:</p>
<p>#id{<br />
	position:absolute;<br />
	top:75px;<br />
	overflow:visible;<br />
	right:75%;<br />
	z-index:3;<br />
}</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bill Porkland</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1301</link>
		<author>Bill Porkland</author>
		<pubDate>Fri, 22 Jan 2010 16:28:42 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1301</guid>
					<description>For fix my problem you must give width to all your draggable divs</description>
		<content:encoded><![CDATA[<p>For fix my problem you must give width to all your draggable divs</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joseph McCullough</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1303</link>
		<author>Joseph McCullough</author>
		<pubDate>Tue, 02 Feb 2010 06:09:19 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1303</guid>
					<description>Awesome  stuff! I can't wait to start getting into jQuery.</description>
		<content:encoded><![CDATA[<p>Awesome  stuff! I can&#8217;t wait to start getting into jQuery.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kursat</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1309</link>
		<author>Kursat</author>
		<pubDate>Fri, 19 Feb 2010 02:35:09 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1309</guid>
					<description>how can i write inside the box. because when we use this query we can't choiice any word inside the box</description>
		<content:encoded><![CDATA[<p>how can i write inside the box. because when we use this query we can&#8217;t choiice any word inside the box</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Vasim Padhiyar</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1320</link>
		<author>Vasim Padhiyar</author>
		<pubDate>Wed, 31 Mar 2010 06:34:25 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1320</guid>
					<description>is there way with this plugins to drag div into the specific target div only ?
and once it find target div and dropped it should draggable = false.
one target div has its specific div to drop into it.
thank you

Vasim Padhiyar</description>
		<content:encoded><![CDATA[<p>is there way with this plugins to drag div into the specific target div only ?<br />
and once it find target div and dropped it should draggable = false.<br />
one target div has its specific div to drop into it.<br />
thank you</p>
<p>Vasim Padhiyar</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rei Roldan</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1332</link>
		<author>Rei Roldan</author>
		<pubDate>Tue, 25 May 2010 23:12:09 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1332</guid>
					<description>Nice plugin thanks!!!

In the setHandler method you should probably change:

// change handle cursor type
            $("#" + handlerId).css("cursor", "move");

            // bind event handler
            $("#" + handlerId).mousedown(function (e) {
                holdingHandler = true;
                $(draggable).trigger('mousedown', e);
            });

            // bind event handler
            $("#" + handlerId).mouseup(function (e) {
                holdingHandler = false;
            });


To something like this:

 var handler = $(handlerId, draggable);

            // change handle cursor type
            handler.css("cursor", "move");

            // bind event handler
            handler.mousedown(function (e) {
                holdingHandler = true;
                $(draggable).trigger('mousedown', e);
            });

            // bind event handler
            handler.mouseup(function (e) {
                holdingHandler = false;
            });

avoiding having to set the handler by id :)

Good work on the plugin

</description>
		<content:encoded><![CDATA[<p>Nice plugin thanks!!!</p>
<p>In the setHandler method you should probably change:</p>
<p>// change handle cursor type<br />
            $(&#8221;#&#8221; + handlerId).css(&#8221;cursor&#8221;, &#8220;move&#8221;);</p>
<p>            // bind event handler<br />
            $(&#8221;#&#8221; + handlerId).mousedown(function (e) {<br />
                holdingHandler = true;<br />
                $(draggable).trigger(&#8217;mousedown&#8217;, e);<br />
            });</p>
<p>            // bind event handler<br />
            $(&#8221;#&#8221; + handlerId).mouseup(function (e) {<br />
                holdingHandler = false;<br />
            });</p>
<p>To something like this:</p>
<p> var handler = $(handlerId, draggable);</p>
<p>            // change handle cursor type<br />
            handler.css(&#8221;cursor&#8221;, &#8220;move&#8221;);</p>
<p>            // bind event handler<br />
            handler.mousedown(function (e) {<br />
                holdingHandler = true;<br />
                $(draggable).trigger(&#8217;mousedown&#8217;, e);<br />
            });</p>
<p>            // bind event handler<br />
            handler.mouseup(function (e) {<br />
                holdingHandler = false;<br />
            });</p>
<p>avoiding having to set the handler by id <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Good work on the plugin</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Emmanuel Delay</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1334</link>
		<author>Emmanuel Delay</author>
		<pubDate>Mon, 31 May 2010 18:15:45 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1334</guid>
					<description>Hey,

First of all, thanks.  Works great.

This script can be extended to make a slider control.
example: http://www.manutechnica.com/slider/

It still needs some work.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>First of all, thanks.  Works great.</p>
<p>This script can be extended to make a slider control.<br />
example: <a href="http://www.manutechnica.com/slider/" rel="nofollow">http://www.manutechnica.com/slider/</a></p>
<p>It still needs some work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: loleg</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1338</link>
		<author>loleg</author>
		<pubDate>Sat, 12 Jun 2010 18:48:50 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1338</guid>
					<description>I've changed the fixed z-index to this to make the dragged element always go to the top of the page:

// set z-index
if (window.lastdraggedix == null) window.lastdraggedix = 0;
$(this).css("z-index", ++window.lastdraggedix + 1000);</description>
		<content:encoded><![CDATA[<p>I&#8217;ve changed the fixed z-index to this to make the dragged element always go to the top of the page:</p>
<p>// set z-index<br />
if (window.lastdraggedix == null) window.lastdraggedix = 0;<br />
$(this).css(&#8221;z-index&#8221;, ++window.lastdraggedix + 1000);</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bigbad</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1341</link>
		<author>Bigbad</author>
		<pubDate>Tue, 29 Jun 2010 23:41:50 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1341</guid>
					<description>Very big thanks! It's a simple, but nice plug-in! I like to have it!</description>
		<content:encoded><![CDATA[<p>Very big thanks! It&#8217;s a simple, but nice plug-in! I like to have it!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: anna</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1342</link>
		<author>anna</author>
		<pubDate>Fri, 02 Jul 2010 00:04:46 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1342</guid>
					<description>Hi, there - great plugin.  
Having a problem when my dragged element has scrollbars.  After you scroll, the mouse gets stuck in drag and I can't get it to release the element.
Any ideas?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, there - great plugin.<br />
Having a problem when my dragged element has scrollbars.  After you scroll, the mouse gets stuck in drag and I can&#8217;t get it to release the element.<br />
Any ideas?<br />
Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mp3 dinle</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1344</link>
		<author>mp3 dinle</author>
		<pubDate>Sun, 04 Jul 2010 21:55:35 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1344</guid>
					<description>Hey,

First of all, thanks. Works great. Good work on the plugin</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>First of all, thanks. Works great. Good work on the plugin</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: JohnnyDonetsk</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1347</link>
		<author>JohnnyDonetsk</author>
		<pubDate>Sun, 11 Jul 2010 14:11:52 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1347</guid>
					<description>Script saved me a lot of time thanks</description>
		<content:encoded><![CDATA[<p>Script saved me a lot of time thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: riant</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1365</link>
		<author>riant</author>
		<pubDate>Wed, 04 Aug 2010 01:27:24 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1365</guid>
					<description>Hello, loleg __ Thanks for you idea, I change it to 
_______________

if (window.lastdraggedix == null) window.lastdraggedix = 0;
$(this).css(”z-index”, ++window.lastdraggedix + 10);
_______________</description>
		<content:encoded><![CDATA[<p>Hello, loleg __ Thanks for you idea, I change it to<br />
_______________</p>
<p>if (window.lastdraggedix == null) window.lastdraggedix = 0;<br />
$(this).css(”z-index”, ++window.lastdraggedix + 10);<br />
_______________</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Elon</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1381</link>
		<author>Elon</author>
		<pubDate>Tue, 28 Sep 2010 05:37:47 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1381</guid>
					<description>Hi, I have fund that when we just click on easydrag obj but not hold the mouse to move the obj, the function "ondrop" will run.
I think is a bug ~</description>
		<content:encoded><![CDATA[<p>Hi, I have fund that when we just click on easydrag obj but not hold the mouse to move the obj, the function &#8220;ondrop&#8221; will run.<br />
I think is a bug ~</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ceasar</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1384</link>
		<author>ceasar</author>
		<pubDate>Sat, 02 Oct 2010 10:55:56 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1384</guid>
					<description>same problem as anna

Having a problem when my dragged element has scrollbars. After you scroll, the mouse gets stuck in drag and I can’t get it to release the element.</description>
		<content:encoded><![CDATA[<p>same problem as anna</p>
<p>Having a problem when my dragged element has scrollbars. After you scroll, the mouse gets stuck in drag and I can’t get it to release the element.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Biztonsági kamera</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1458</link>
		<author>Biztonsági kamera</author>
		<pubDate>Tue, 01 Feb 2011 13:24:15 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1458</guid>
					<description>Hi,

Same problem is here as above. Any solution for that?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Same problem is here as above. Any solution for that?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Martha Ruszkowski</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1471</link>
		<author>Martha Ruszkowski</author>
		<pubDate>Mon, 28 Feb 2011 11:27:11 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1471</guid>
					<description>Hi,

I want to translate article 'EasyDrag jQuery Plugin'  (http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/) to Belorussian language, which is my mother tongue.

When I"ll be done I'm gonna send to you a link to the article. Is it ok with you, don't you mind?

Do you prefer email or IM for contact (if any questions regarding the translation arise)? What instant messaging client (if any) do you use? AIM, MSN, Skype?

-- 
Regards,
Martha Ruszkowski</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to translate article &#8216;EasyDrag jQuery Plugin&#8217;  (http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/) to Belorussian language, which is my mother tongue.</p>
<p>When I&#8221;ll be done I&#8217;m gonna send to you a link to the article. Is it ok with you, don&#8217;t you mind?</p>
<p>Do you prefer email or IM for contact (if any questions regarding the translation arise)? What instant messaging client (if any) do you use? AIM, MSN, Skype?</p>
<p>&#8211;<br />
Regards,<br />
Martha Ruszkowski</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Oded</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1477</link>
		<author>Oded</author>
		<pubDate>Tue, 08 Mar 2011 09:30:44 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1477</guid>
					<description>Hi
I need the following 

Inside a restricted area (can be a circle) the user organizes several icons in whatever shape she wants, and the server saves that shape for her using the icon's coordinates. Basically two questions:
1. how to restrict the area
2. how to get the coordinates after drop

thank you</description>
		<content:encoded><![CDATA[<p>Hi<br />
I need the following </p>
<p>Inside a restricted area (can be a circle) the user organizes several icons in whatever shape she wants, and the server saves that shape for her using the icon&#8217;s coordinates. Basically two questions:<br />
1. how to restrict the area<br />
2. how to get the coordinates after drop</p>
<p>thank you</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Despo</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1482</link>
		<author>Despo</author>
		<pubDate>Thu, 31 Mar 2011 00:51:15 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1482</guid>
					<description>Heyyy!
Got a presentation on jQuery to hold tomorrow!

8 more hours to go!

You helped me outta it - thanks a ton :D</description>
		<content:encoded><![CDATA[<p>Heyyy!<br />
Got a presentation on jQuery to hold tomorrow!</p>
<p>8 more hours to go!</p>
<p>You helped me outta it - thanks a ton <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Gunnar</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1491</link>
		<author>Gunnar</author>
		<pubDate>Fri, 13 May 2011 09:52:44 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1491</guid>
					<description>Found this post while researching jquery drag and drop functionality. I'm having some difficulty detecting when an element has been dropped inside another one. Thanks for the files, gave me some good pointers!</description>
		<content:encoded><![CDATA[<p>Found this post while researching jquery drag and drop functionality. I&#8217;m having some difficulty detecting when an element has been dropped inside another one. Thanks for the files, gave me some good pointers!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Luxury Yacht Charter</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1501</link>
		<author>Luxury Yacht Charter</author>
		<pubDate>Fri, 27 May 2011 13:17:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1501</guid>
					<description>thanks for you post, i am  just wondering if there any drag and drop calendar in jquery?</description>
		<content:encoded><![CDATA[<p>thanks for you post, i am  just wondering if there any drag and drop calendar in jquery?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: rodia</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1525</link>
		<author>rodia</author>
		<pubDate>Thu, 04 Aug 2011 00:05:40 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1525</guid>
					<description>Hello
Great job, its very usefull.
I have a question about the plugin.
User drags an element and when its dropped there can be called function  event .ondrop. Is there posibility to validate drop position and request to the plugin to restore previous position of the element.
for example:
user has to drag an element tu allowed arrea. When he drop the element in restricted area then i want to get back the element to start (previous) position.
Can it be done ?</description>
		<content:encoded><![CDATA[<p>Hello<br />
Great job, its very usefull.<br />
I have a question about the plugin.<br />
User drags an element and when its dropped there can be called function  event .ondrop. Is there posibility to validate drop position and request to the plugin to restore previous position of the element.<br />
for example:<br />
user has to drag an element tu allowed arrea. When he drop the element in restricted area then i want to get back the element to start (previous) position.<br />
Can it be done ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: steven</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1551</link>
		<author>steven</author>
		<pubDate>Tue, 29 Nov 2011 09:11:55 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1551</guid>
					<description>Hi,
  How can I drag the dropped element in the target div. I also want to copy the element dropped in the target div.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  How can I drag the dropped element in the target div. I also want to copy the element dropped in the target div.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

