<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jQuery Resizable() + Draggable() Bug Workaround</title>
	<atom:link href="http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/</link>
	<description>tech, web and the rest</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:37:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Henk</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-50124</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-50124</guid>
		<description>&lt;p&gt;This fixes the tric also in version UI version 1.17&lt;/p&gt;

&lt;p&gt;$(&quot;#div&quot;)
 .resizable()
 .draggable()
 .removeClass(&quot;ui-draggable&quot;);&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This fixes the tric also in version UI version 1.17</p>
<p>$(&#8220;#div&#8221;)<br />
 .resizable()<br />
 .draggable()<br />
 .removeClass(&#8220;ui-draggable&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-46464</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 05 Nov 2011 02:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-46464</guid>
		<description>&lt;p&gt;can&#039;t believe this problem still isn&#039;t fixed. thanx for the solution.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>can&#8217;t believe this problem still isn&#8217;t fixed. thanx for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhunnapotha</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-43904</link>
		<dc:creator>dhunnapotha</dc:creator>
		<pubDate>Fri, 09 Sep 2011 19:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-43904</guid>
		<description>&lt;p&gt;hey man!
thanks for the post. It works :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>hey man!<br />
thanks for the post. It works :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Smith</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-42762</link>
		<dc:creator>Pete Smith</dc:creator>
		<pubDate>Sun, 07 Aug 2011 17:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-42762</guid>
		<description>&lt;p&gt;Great fix! If jQuery hasn&#039;t created the parent class simply add it using .wrap()&lt;/p&gt;

&lt;p&gt;$(&#039;#box&#039;).resizable().wrap(&#039;^div class=&#039;ui-wrapper&#039; /&gt;&#039;).parent(&#039;.ui-wrapper&#039;).draggable();&lt;/p&gt;

&lt;p&gt;note: You&#039;ll have to replace the caret symbol (^) in the div declaration as I couldn&#039;t post it intact.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great fix! If jQuery hasn&#8217;t created the parent class simply add it using .wrap()</p>
<p>$(&#8216;#box&#8217;).resizable().wrap(&#8216;^div class=&#8217;ui-wrapper&#8217; /&gt;&#8217;).parent(&#8216;.ui-wrapper&#8217;).draggable();</p>
<p>note: You&#8217;ll have to replace the caret symbol (^) in the div declaration as I couldn&#8217;t post it intact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Machu</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-38667</link>
		<dc:creator>Machu</dc:creator>
		<pubDate>Sun, 24 Apr 2011 11:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-38667</guid>
		<description>&lt;p&gt;I don&#039;t know if it&#039;s still possible to use your workaround
$(&#039;#box&#039;).resizable().parent(&#039;.ui-wrapper&#039;)
In firebug I cant find parent with such class.&lt;/p&gt;

&lt;p&gt;Could you possible post full page code that uses draggable + resizable ?
I can&#039;t find any way to make it work for more than one div element.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it&#8217;s still possible to use your workaround<br />
$(&#8216;#box&#8217;).resizable().parent(&#8216;.ui-wrapper&#8217;)<br />
In firebug I cant find parent with such class.</p>
<p>Could you possible post full page code that uses draggable + resizable ?<br />
I can&#8217;t find any way to make it work for more than one div element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-38169</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 12 Apr 2011 10:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-38169</guid>
		<description>&lt;p&gt;Wonderfull !!! thank you :0)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wonderfull !!! thank you :0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike McLin</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-29215</link>
		<dc:creator>Mike McLin</dc:creator>
		<pubDate>Thu, 08 Oct 2009 17:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-29215</guid>
		<description>&lt;p&gt;Wow, thank you so much for this.  I actually stumbled upon this post, while looking for a plugin to replace these, since I wasn&#039;t able to get it to work.  Now, I don&#039;t need to, and I can stick with the jQuery UI branded plugins.  Thanks.  I&#039;m always amazed at how easy these fixes can be.  Definitely had a &quot;Why didn&#039;t I think of that&quot; moment for this one.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wow, thank you so much for this.  I actually stumbled upon this post, while looking for a plugin to replace these, since I wasn&#8217;t able to get it to work.  Now, I don&#8217;t need to, and I can stick with the jQuery UI branded plugins.  Thanks.  I&#8217;m always amazed at how easy these fixes can be.  Definitely had a &#8220;Why didn&#8217;t I think of that&#8221; moment for this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tig Coates</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-28187</link>
		<dc:creator>Tig Coates</dc:creator>
		<pubDate>Fri, 12 Jun 2009 21:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-28187</guid>
		<description>&lt;p&gt;They seem to work together if you remove
class=&quot;ui-widget-content&quot; from the resizable div
i.e. the theme causes the problems&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>They seem to work together if you remove<br />
class=&#8221;ui-widget-content&#8221; from the resizable div<br />
i.e. the theme causes the problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Hantl</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-26222</link>
		<dc:creator>Michal Hantl</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-26222</guid>
		<description>I bumped into this too, thanks for the solution!</description>
		<content:encoded><![CDATA[<p>I bumped into this too, thanks for the solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadeu Carnevalli</title>
		<link>http://aleembawany.com/2009/01/25/jquery-resizable-draggable-bug-workaround/comment-page-1/#comment-25382</link>
		<dc:creator>Tadeu Carnevalli</dc:creator>
		<pubDate>Sun, 01 Feb 2009 21:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=447#comment-25382</guid>
		<description>Thank you, man! It works fine.
It fixed a serious problem I had.</description>
		<content:encoded><![CDATA[<p>Thank you, man! It works fine.<br />
It fixed a serious problem I had.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
