<?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"
	>
<channel>
	<title>Comments on: Draggable Droppables And Selectables&#8230; Oh My</title>
	<atom:link href="http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/feed/" rel="self" type="application/rss+xml" />
	<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/</link>
	<description>Examples and tutorials to help you learn JQuery</description>
	<pubDate>Sat, 31 Jul 2010 10:38:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: 35 Ultimate Useful jQuery Tutorials &#124; WEBAXES.COM</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-180432</link>
		<dc:creator>35 Ultimate Useful jQuery Tutorials &#124; WEBAXES.COM</dc:creator>
		<pubDate>Tue, 04 May 2010 18:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-180432</guid>
		<description>[...] Draggable, Droppables, Selectables… Oh My! [...]</description>
		<content:encoded><![CDATA[<p>[...] Draggable, Droppables, Selectables… Oh My! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-178118</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Sat, 13 Feb 2010 14:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-178118</guid>
		<description>hi i went on line and found a code for a java scrip pop up page gray out 
how ever i want this scrip to automatic comes up after five seconds what code do i need to change below for this to happen currently it come up only is people click the shaw button 
please advise 



function showPopUp(el) {
var cvr = document.getElementById("cover")
var dlg = document.getElementById(el)
cvr.style.display = "block"
dlg.style.display = "block"
if (document.body.style.overflow = "hidden") {
cvr.style.width = "1024"
cvr.style.height = "100%"
}
}
function closePopUp(el) {
var cvr = document.getElementById("cover")
var dlg = document.getElementById(el)
cvr.style.display = "none"
dlg.style.display = "none"
document.body.style.overflowY = "scroll"
}


#cover {
display:none;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background:gray;
filter:alpha(Opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5
}
#dialog {
display:none;
left:300px;
top:150px;
width:380px;
height:350px;
position:absolute;
z-index:100;
background:#00CCFF;
padding:2px;
font:10pt tahoma;
border:1px solid gray
}
.style2 {
    color: #000066;
    font-weight: bold;
}





Free Quick Moving Quote
&lt;a href="#" rel="nofollow"&gt;[Close]&lt;/a&gt;

&lt;a href="#" rel="nofollow"&gt;Show&lt;/a&gt;


please help send email to shawn2411@gmail.com</description>
		<content:encoded><![CDATA[<p>hi i went on line and found a code for a java scrip pop up page gray out<br />
how ever i want this scrip to automatic comes up after five seconds what code do i need to change below for this to happen currently it come up only is people click the shaw button<br />
please advise </p>
<p>function showPopUp(el) {<br />
var cvr = document.getElementById(&#8221;cover&#8221;)<br />
var dlg = document.getElementById(el)<br />
cvr.style.display = &#8220;block&#8221;<br />
dlg.style.display = &#8220;block&#8221;<br />
if (document.body.style.overflow = &#8220;hidden&#8221;) {<br />
cvr.style.width = &#8220;1024&#8243;<br />
cvr.style.height = &#8220;100%&#8221;<br />
}<br />
}<br />
function closePopUp(el) {<br />
var cvr = document.getElementById(&#8221;cover&#8221;)<br />
var dlg = document.getElementById(el)<br />
cvr.style.display = &#8220;none&#8221;<br />
dlg.style.display = &#8220;none&#8221;<br />
document.body.style.overflowY = &#8220;scroll&#8221;<br />
}</p>
<p>#cover {<br />
display:none;<br />
position:absolute;<br />
left:0px;<br />
top:0px;<br />
width:100%;<br />
height:100%;<br />
background:gray;<br />
filter:alpha(Opacity=50);<br />
opacity:0.5;<br />
-moz-opacity:0.5;<br />
-khtml-opacity:0.5<br />
}<br />
#dialog {<br />
display:none;<br />
left:300px;<br />
top:150px;<br />
width:380px;<br />
height:350px;<br />
position:absolute;<br />
z-index:100;<br />
background:#00CCFF;<br />
padding:2px;<br />
font:10pt tahoma;<br />
border:1px solid gray<br />
}<br />
.style2 {<br />
    color: #000066;<br />
    font-weight: bold;<br />
}</p>
<p>Free Quick Moving Quote<br />
<a href="#" rel="nofollow">[Close]</a></p>
<p><a href="#" rel="nofollow">Show</a></p>
<p>please help send email to <a href="mailto:shawn2411@gmail.com">shawn2411@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-177746</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-177746</guid>
		<description>jQuery ????
jQuery UI????
jQuery ????????
15 Days Of jQuery……JQuery????
jQuery - Google Code????JQuery?????
Simplify Ajax development with jQuery
jQuery ? YouTube?2008?4?3??Google Tech Talks?
jQuery??</description>
		<content:encoded><![CDATA[<p>jQuery ????<br />
jQuery UI????<br />
jQuery ????????<br />
15 Days Of jQuery……JQuery????<br />
jQuery - Google Code????JQuery?????<br />
Simplify Ajax development with jQuery<br />
jQuery ? YouTube?2008?4?3??Google Tech Talks?<br />
jQuery??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??jQuery????? &#124; jquery ajax??????</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-143860</link>
		<dc:creator>??jQuery????? &#124; jquery ajax??????</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-143860</guid>
		<description>[...] Draggable, Droppables, Selectables… Oh My! [...]</description>
		<content:encoded><![CDATA[<p>[...] Draggable, Droppables, Selectables… Oh My! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gogulas</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-131541</link>
		<dc:creator>gogulas</dc:creator>
		<pubDate>Wed, 18 Feb 2009 12:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-131541</guid>
		<description>Heh, I found a BUG!in 'php coded version'....
When we put sortable tables intro div with "overflow:auto;" style, then after scroll down this div just a little bit, sort become stop working :/ elements moving but dosn't keep new place :/
If we wouldn't scroll, it's work fine.
Checked on Opera &#38;&#38; IE6
Any Iidea how to fix it? exept Iframe? :/</description>
		<content:encoded><![CDATA[<p>Heh, I found a BUG!in &#8216;php coded version&#8217;&#8230;.<br />
When we put sortable tables intro div with &#8220;overflow:auto;&#8221; style, then after scroll down this div just a little bit, sort become stop working :/ elements moving but dosn&#8217;t keep new place :/<br />
If we wouldn&#8217;t scroll, it&#8217;s work fine.<br />
Checked on Opera &amp;&amp; IE6<br />
Any Iidea how to fix it? exept Iframe? :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gogulas</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-131448</link>
		<dc:creator>gogulas</dc:creator>
		<pubDate>Wed, 18 Feb 2009 05:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-131448</guid>
		<description>Ah, finaly, after more than 5 minutes of searching i've found library for sorted drag&#38;drop, I talking about "PHP coded version" its waaaay better for my needs :p
Thans for blog useful info ;)

gogulas</description>
		<content:encoded><![CDATA[<p>Ah, finaly, after more than 5 minutes of searching i&#8217;ve found library for sorted drag&amp;drop, I talking about &#8220;PHP coded version&#8221; its waaaay better for my needs :p<br />
Thans for blog useful info <img src='http://15daysofjquery.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>gogulas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roxane Rinard &#187; Step 1: Drag and Drop</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-116974</link>
		<dc:creator>Roxane Rinard &#187; Step 1: Drag and Drop</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-116974</guid>
		<description>[...] http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/" rel="nofollow">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linus Lövholm</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-101772</link>
		<dc:creator>Linus Lövholm</dc:creator>
		<pubDate>Tue, 11 Nov 2008 08:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-101772</guid>
		<description>To #24 Jay Adair:
I have the exact same problem. It occurs sporadically. It seems it may have something to do with floating sortable containers, but I'm not sure.</description>
		<content:encoded><![CDATA[<p>To #24 Jay Adair:<br />
I have the exact same problem. It occurs sporadically. It seems it may have something to do with floating sortable containers, but I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javed</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-89163</link>
		<dc:creator>Javed</dc:creator>
		<pubDate>Tue, 23 Sep 2008 18:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-89163</guid>
		<description>Great article. I have just started learning jQuery and its really great stuff. We can create fancy and usable applications with jQuery. I was shaky a bit when it comes to Ajax. jQuery does it in fly. Ready to use plugins and support. Great great stuff. Your site is wonderful. Helping me a lot. Thanks.</description>
		<content:encoded><![CDATA[<p>Great article. I have just started learning jQuery and its really great stuff. We can create fancy and usable applications with jQuery. I was shaky a bit when it comes to Ajax. jQuery does it in fly. Ready to use plugins and support. Great great stuff. Your site is wonderful. Helping me a lot. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Adair</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-61044</link>
		<dc:creator>Jay Adair</dc:creator>
		<pubDate>Mon, 18 Aug 2008 13:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-61044</guid>
		<description>When using UI.Sortable on my relatively complex/long list of image thumbnails, I find it's possible to 'drop' items so that they disappear from the list, which is big problem for me, it means I have to refresh the page to get these 'dropped' items back.

Has anyone else experienced this? Am I missing some option?</description>
		<content:encoded><![CDATA[<p>When using UI.Sortable on my relatively complex/long list of image thumbnails, I find it&#8217;s possible to &#8216;drop&#8217; items so that they disappear from the list, which is big problem for me, it means I have to refresh the page to get these &#8216;dropped&#8217; items back.</p>
<p>Has anyone else experienced this? Am I missing some option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neoszion</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-43575</link>
		<dc:creator>Neoszion</dc:creator>
		<pubDate>Sat, 28 Jun 2008 18:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-43575</guid>
		<description>Being a bit of a js newbie any chance you can post more of the script you used for the newer version IE fix Matthew?</description>
		<content:encoded><![CDATA[<p>Being a bit of a js newbie any chance you can post more of the script you used for the newer version IE fix Matthew?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-36036</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 18 May 2008 09:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-36036</guid>
		<description>i recently found that http://smashingfeeds.com is using jQery for cool effect</description>
		<content:encoded><![CDATA[<p>i recently found that <a href="http://smashingfeeds.com" rel="nofollow">http://smashingfeeds.com</a> is using jQery for cool effect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Sweet</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-27084</link>
		<dc:creator>Matthew Sweet</dc:creator>
		<pubDate>Thu, 21 Feb 2008 17:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-27084</guid>
		<description>Gerbrand - 

To fix, you'll need to reinitialize your sortable.

First call SortableDestroy()

e.g.: jQuery('#accordianControl').SortableDestroy();

Then call the original code you used to initialize the sortable

e.g.:

	jQuery('#accordianControl').Sortable(
		{
			accept:       'acc_sortable',
			helperclass:  'sortHelper',
			activeclass : 'sortableactive',
.... and so on.

Just put the SortableDestroy and reinitialization calls into the onStop handler.</description>
		<content:encoded><![CDATA[<p>Gerbrand - </p>
<p>To fix, you&#8217;ll need to reinitialize your sortable.</p>
<p>First call SortableDestroy()</p>
<p>e.g.: jQuery(&#8217;#accordianControl&#8217;).SortableDestroy();</p>
<p>Then call the original code you used to initialize the sortable</p>
<p>e.g.:</p>
<p>	jQuery(&#8217;#accordianControl&#8217;).Sortable(<br />
		{<br />
			accept:       &#8216;acc_sortable&#8217;,<br />
			helperclass:  &#8217;sortHelper&#8217;,<br />
			activeclass : &#8217;sortableactive&#8217;,<br />
&#8230;. and so on.</p>
<p>Just put the SortableDestroy and reinitialization calls into the onStop handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Sweet</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-27082</link>
		<dc:creator>Matthew Sweet</dc:creator>
		<pubDate>Thu, 21 Feb 2008 16:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-27082</guid>
		<description>Sortables doesn't seem to work with the latest build of jQuery in IE. The behavior described above by Gerbrand can be fixed by using an earlier version on jQuery but for many, like myself, this isn't an option.

Still looking for a fix...</description>
		<content:encoded><![CDATA[<p>Sortables doesn&#8217;t seem to work with the latest build of jQuery in IE. The behavior described above by Gerbrand can be fixed by using an earlier version on jQuery but for many, like myself, this isn&#8217;t an option.</p>
<p>Still looking for a fix&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-26359</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Fri, 15 Feb 2008 14:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-26359</guid>
		<description>noob alert - how would one go about setting this up with cookies?</description>
		<content:encoded><![CDATA[<p>noob alert - how would one go about setting this up with cookies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acronyms</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-23688</link>
		<dc:creator>Acronyms</dc:creator>
		<pubDate>Tue, 22 Jan 2008 12:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-23688</guid>
		<description>Guys, would be good if you could leave links to the code samples.</description>
		<content:encoded><![CDATA[<p>Guys, would be good if you could leave links to the code samples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerbrand</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-23186</link>
		<dc:creator>Gerbrand</dc:creator>
		<pubDate>Wed, 16 Jan 2008 16:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-23186</guid>
		<description>Hi, I have a question about the interface plugin for jquery. I tried to get the same result of the example of the sortables. Now everything works fine in almost all browsers... except one-&#62; IE. There I can drag and drop each element just once. And then you can't do it anymore. Any ideas how to solve this? 
thanks in advanced.</description>
		<content:encoded><![CDATA[<p>Hi, I have a question about the interface plugin for jquery. I tried to get the same result of the example of the sortables. Now everything works fine in almost all browsers&#8230; except one-&gt; IE. There I can drag and drop each element just once. And then you can&#8217;t do it anymore. Any ideas how to solve this?<br />
thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-22000</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Sun, 06 Jan 2008 01:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-22000</guid>
		<description>This probably isn't the place to post this, but if your sortable elements are floating and have children (say IMG thumbnails inside of LI) the droppables appear not to work. I really wished this worked. If anyone has a fix, please contact me - me@blainegarrett.com</description>
		<content:encoded><![CDATA[<p>This probably isn&#8217;t the place to post this, but if your sortable elements are floating and have children (say IMG thumbnails inside of LI) the droppables appear not to work. I really wished this worked. If anyone has a fix, please contact me - <a href="mailto:me@blainegarrett.com">me@blainegarrett.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy  Christian Loyola</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-20517</link>
		<dc:creator>Andy  Christian Loyola</dc:creator>
		<pubDate>Sat, 22 Dec 2007 10:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-20517</guid>
		<description>Is there any way you could make an example of drag and drop that use MySQL as database and interact it with PHP?

If possible a simple Cart that after dragging the image to the box, it automatically save to database.

I really love your stuff but I'm not quite familiar with it comes to ajax or any javascript scripting.</description>
		<content:encoded><![CDATA[<p>Is there any way you could make an example of drag and drop that use MySQL as database and interact it with PHP?</p>
<p>If possible a simple Cart that after dragging the image to the box, it automatically save to database.</p>
<p>I really love your stuff but I&#8217;m not quite familiar with it comes to ajax or any javascript scripting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-11545</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 22 Aug 2007 19:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-11545</guid>
		<description>Scriptaculous sortable lists do not work in any browser other than IE (that I tested).  It's a shame because it's so nice.  I actually submitted this as a bug report a while ago and to my knowledge, it still has not been addressed.</description>
		<content:encoded><![CDATA[<p>Scriptaculous sortable lists do not work in any browser other than IE (that I tested).  It&#8217;s a shame because it&#8217;s so nice.  I actually submitted this as a bug report a while ago and to my knowledge, it still has not been addressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steinn E. SigurÃ°arson</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-5986</link>
		<dc:creator>Steinn E. SigurÃ°arson</dc:creator>
		<pubDate>Fri, 11 May 2007 00:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-5986</guid>
		<description>Ok, I haven't implemented this yet, but I think it's pretty simple -- there's an "onChange" function specified there, into that you can drop whatever ajax calls you want, which can use the output from $.sortSerialize() (and send it as a parameter (or parameters) to any webpage via a simple xmlhttprequest call...ajax....).</description>
		<content:encoded><![CDATA[<p>Ok, I haven&#8217;t implemented this yet, but I think it&#8217;s pretty simple &#8212; there&#8217;s an &#8220;onChange&#8221; function specified there, into that you can drop whatever ajax calls you want, which can use the output from $.sortSerialize() (and send it as a parameter (or parameters) to any webpage via a simple xmlhttprequest call&#8230;ajax&#8230;.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linh</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-3527</link>
		<dc:creator>Linh</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-3527</guid>
		<description>An example of communication to the database after each drag and drop?  

Any help would be really helpful</description>
		<content:encoded><![CDATA[<p>An example of communication to the database after each drag and drop?  </p>
<p>Any help would be really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linh</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-3519</link>
		<dc:creator>Linh</dc:creator>
		<pubDate>Sun, 04 Mar 2007 00:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-3519</guid>
		<description>Has anyone gotten an example about this yet? Using SQL Server or postgres?? Please</description>
		<content:encoded><![CDATA[<p>Has anyone gotten an example about this yet? Using SQL Server or postgres?? Please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: server</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-2754</link>
		<dc:creator>server</dc:creator>
		<pubDate>Fri, 09 Feb 2007 15:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-2754</guid>
		<description>Maguay Servere Bazate exclusiv pe platforme Intel, acopera o gama larga de necesitati in ceea ce priveste performanta, siguranta in exploatare si scalabilitatea.</description>
		<content:encoded><![CDATA[<p>Maguay Servere Bazate exclusiv pe platforme Intel, acopera o gama larga de necesitati in ceea ce priveste performanta, siguranta in exploatare si scalabilitatea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-427</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 12 Oct 2006 19:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-427</guid>
		<description>Tronathan,
I've got a lot on my plate today, but I've seen your request for a more in depth example.  I'll try to get to it soon.

Jack</description>
		<content:encoded><![CDATA[<p>Tronathan,<br />
I&#8217;ve got a lot on my plate today, but I&#8217;ve seen your request for a more in depth example.  I&#8217;ll try to get to it soon.</p>
<p>Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tronathan</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-426</link>
		<dc:creator>Tronathan</dc:creator>
		<pubDate>Thu, 12 Oct 2006 19:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-426</guid>
		<description>This "day of Jquery" that talks about doing drag and drop table sorting to update a database doesn't give an example, and the "Demo" doesnt actually have the ajax component either.  It shows serialization but not the actual ajax calls.

This may be a "dead simple" thing to do but without a demo that shows the ajax calls, its going to take me a while to get my head around it.  

Example, please?</description>
		<content:encoded><![CDATA[<p>This &#8220;day of Jquery&#8221; that talks about doing drag and drop table sorting to update a database doesn&#8217;t give an example, and the &#8220;Demo&#8221; doesnt actually have the ajax component either.  It shows serialization but not the actual ajax calls.</p>
<p>This may be a &#8220;dead simple&#8221; thing to do but without a demo that shows the ajax calls, its going to take me a while to get my head around it.  </p>
<p>Example, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-415</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 24 Sep 2006 01:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-415</guid>
		<description>Stefan,
Links updated.</description>
		<content:encoded><![CDATA[<p>Stefan,<br />
Links updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Petre</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-414</link>
		<dc:creator>Stefan Petre</dc:creator>
		<pubDate>Sat, 23 Sep 2006 07:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-414</guid>
		<description>Jack please update the links to Interface pages. I changed the site's structure and many links are broken.</description>
		<content:encoded><![CDATA[<p>Jack please update the links to Interface pages. I changed the site&#8217;s structure and many links are broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaaaska</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-371</link>
		<dc:creator>vaaaska</dc:creator>
		<pubDate>Thu, 17 Aug 2006 05:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-371</guid>
		<description>Doesn't work in Safari 2.0.1</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work in Safari 2.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-312</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 02 Aug 2006 18:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://15daysofjquery.com/draggable-droppables-and-selectables-oh-my/22/#comment-312</guid>
		<description>It absolutely is one of the best plugins for jQuery.  I probably should have emphasized it more... but there is a link in there.</description>
		<content:encoded><![CDATA[<p>It absolutely is one of the best plugins for jQuery.  I probably should have emphasized it more&#8230; but there is a link in there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<iframe src="http://15daysofjquery.com/cmx-public/show.php" width="1" height="1" style="display:none;"></iframe>