<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Animated AJAX Record Deletion Using&#160;jQuery</title> <atom:link href="http://davidwalsh.name/animated-ajax-jquery/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/animated-ajax-jquery</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:55:41 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Shane</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-27742</link> <dc:creator>Shane</dc:creator> <pubDate>Sun, 27 Nov 2011 10:17:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-27742</guid> <description>Ive been trying to get the database delete working for two days now but no success.Everything else works but it seems that $_GET[&#039;delete&#039;] is never set even after the delete link is clicked so no matter what i put inside the isset conditional, even a simple echo statement, its never run?</description> <content:encoded><![CDATA[<p>Ive been trying to get the database delete working for two days now but no success.</p><p>Everything else works but it seems that $_GET['delete'] is never set even after the delete link is clicked so no matter what i put inside the isset conditional, even a simple echo statement, its never run?</p> ]]></content:encoded> </item> <item><title>By: Nomi</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-27488</link> <dc:creator>Nomi</dc:creator> <pubDate>Tue, 08 Nov 2011 07:21:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-27488</guid> <description>@David thanks for this wonderful code .. i need a little help . i got this code working only javascript part is not working as change color and fade style .. can you please guide me</description> <content:encoded><![CDATA[<p>@David thanks for this wonderful code .. i need a little help . i got this code working only javascript part is not working as change color and fade style .. can you please guide me</p> ]]></content:encoded> </item> <item><title>By: nichive</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-26758</link> <dc:creator>nichive</dc:creator> <pubDate>Tue, 30 Aug 2011 12:32:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-26758</guid> <description>this is how I did it
&lt;code&gt;&lt;/code&gt;</description> <content:encoded><![CDATA[<p>this is how I did it<br
/> <code></p><p></code></p> ]]></content:encoded> </item> <item><title>By: nichive</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-26757</link> <dc:creator>nichive</dc:creator> <pubDate>Tue, 30 Aug 2011 12:31:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-26757</guid> <description>I add the &#039;id&#039; in the &lt;code&gt;&lt;/code&gt;tag:
&lt;code&gt;&lt;/code&gt;
that simply solve my problem.</description> <content:encoded><![CDATA[<p>I add the &#8216;id&#8217; in the <code></code>tag:<br
/> <code></code><br
/> that simply solve my problem.</p> ]]></content:encoded> </item> <item><title>By: nichive</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-26756</link> <dc:creator>nichive</dc:creator> <pubDate>Tue, 30 Aug 2011 12:30:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-26756</guid> <description>I add the &#039;id&#039; in the  tag:that simply solve my problem.</description> <content:encoded><![CDATA[<p>I add the &#8216;id&#8217; in the  tag:</p><p>that simply solve my problem.</p> ]]></content:encoded> </item> <item><title>By: Augusto C SAntos</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-26748</link> <dc:creator>Augusto C SAntos</dc:creator> <pubDate>Mon, 29 Aug 2011 20:59:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-26748</guid> <description>nicive, i´m having the same problem. What is the solution ? Thanks</description> <content:encoded><![CDATA[<p>nicive, i´m having the same problem. What is the solution ? Thanks</p> ]]></content:encoded> </item> <item><title>By: Mathew King</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-24268</link> <dc:creator>Mathew King</dc:creator> <pubDate>Mon, 30 May 2011 12:34:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-24268</guid> <description>The color animation won&#039;t work by this code:beforeSend: function() {
parent.css(&#039;background-color&#039;, &#039;#ff0000&#039;);
},
Is there something specifically i have to do?</description> <content:encoded><![CDATA[<p>The color animation won&#8217;t work by this code:</p><p> beforeSend: function() {<br
/> parent.css(&#8216;background-color&#8217;, &#8216;#ff0000&#8242;);<br
/> },<br
/> Is there something specifically i have to do?</p> ]]></content:encoded> </item> <item><title>By: sansak</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-22655</link> <dc:creator>sansak</dc:creator> <pubDate>Wed, 09 Feb 2011 09:33:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-22655</guid> <description>How to really delete data from MySql.</description> <content:encoded><![CDATA[<p>How to really delete data from MySql.</p> ]]></content:encoded> </item> <item><title>By: Daniel</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-22249</link> <dc:creator>Daniel</dc:creator> <pubDate>Sat, 08 Jan 2011 23:41:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-22249</guid> <description>what to do to be able to delete the record by clicking the button, not a href? Please help.</description> <content:encoded><![CDATA[<p>what to do to be able to delete the record by clicking the button, not a href? Please help.</p> ]]></content:encoded> </item> <item><title>By: george</title><link>http://davidwalsh.name/animated-ajax-jquery/comment-page-1#comment-22201</link> <dc:creator>george</dc:creator> <pubDate>Tue, 04 Jan 2011 12:34:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1725#comment-22201</guid> <description>I am trying to use the script in following code.The problem is that  the li item dissappears but the database entry not.:
0)
{
while($row = mysql_fetch_assoc($result))
{
?&gt;
&lt;div class=&quot;record&quot; id=&quot;record-&#039;,,&#039;&quot;&gt;
&lt;a href=&quot;&quot; class=&#039;item_link&#039;&gt;&lt;/a&gt;
&lt;a href=&quot;?delete=&#039;,, &#039;&quot; class=&quot;delete&quot;&gt;Delete&lt;/a&gt;The other two part of codes i used them as they are in the tutorial apart from changing the name of my files and the name of my tables.Can anyone help???</description> <content:encoded><![CDATA[<p>I am trying to use the script in following code.The problem is that  the li item dissappears but the database entry not.:<br
/> 0)<br
/> {<br
/> while($row = mysql_fetch_assoc($result))<br
/> {<br
/> ?&gt;</p><p> &lt;div class=&quot;record&quot; id=&quot;record-&#039;,,&#8217;&#8221;&gt;<br
/> &lt;a href=&quot;&#8221; class=&#8217;item_link&#8217;&gt;<br
/> &lt;a href=&quot;?delete=&#039;,, &#8216;&#8221; class=&#8221;delete&#8221;&gt;Delete</p><p>The other two part of codes i used them as they are in the tutorial apart from changing the name of my files and the name of my tables.Can anyone help???</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/19 queries in 0.022 seconds using disk: basic
Object Caching 866/871 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 05:16:49 -->
