<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8980734269859237005.post8863870998402549020..comments</id><updated>2009-07-17T03:00:32.093-07:00</updated><title type='text'>Comments on DevCurry: Using jQuery to Delete a Row in a Table by just Cl...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.devcurry.com/feeds/8863870998402549020/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html'/><author><name>Suprotim Agarwal</name><uri>http://www.blogger.com/profile/08349831623922214390</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-2792091974181961654</id><published>2009-07-17T03:00:32.093-07:00</published><updated>2009-07-17T03:00:32.093-07:00</updated><title type='text'>good one cipgraphics. I feel author wanted to iden...</title><content type='html'>good one cipgraphics. I feel author wanted to identify rows which can be deleted, hence added the class. Both approach are good in their own applications.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/2792091974181961654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/2792091974181961654'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html?showComment=1247824832093#c2792091974181961654' title=''/><author><name>haiku</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-8863870998402549020' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/8863870998402549020' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-6526763318581686439</id><published>2009-07-17T02:17:53.628-07:00</published><updated>2009-07-17T02:17:53.628-07:00</updated><title type='text'>you can use another method just add an id to the w...</title><content type='html'>you can use another method just add an id to the whole table and you won&amp;#39;t need to add class to every tr&lt;br /&gt;&lt;br /&gt;$(document).ready(function() {   $(&amp;#39;table#test tbody tr&amp;#39;).click(function() {&lt;br /&gt;    $(this).css(&amp;#39;backgroundColor&amp;#39;, &amp;#39;#CCC&amp;#39;).fadeOut(&amp;#39;slow&amp;#39;, function() { $(this).remove() });&lt;br /&gt;   });&lt;br /&gt;  });</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/6526763318581686439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/6526763318581686439'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html?showComment=1247822273628#c6526763318581686439' title=''/><author><name>cigraphics</name><uri>http://www.blogger.com/profile/02075267367740213868</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-8863870998402549020' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/8863870998402549020' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-7791145830702451911</id><published>2009-07-14T19:46:16.654-07:00</published><updated>2009-07-14T19:46:16.654-07:00</updated><title type='text'>You would just have to change the .remove() to .hi...</title><content type='html'>You would just have to change the .remove() to .hide()</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/7791145830702451911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/7791145830702451911'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html?showComment=1247625976654#c7791145830702451911' title=''/><author><name>Sean</name><uri>http://www.blogger.com/profile/08438177606887849638</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-8863870998402549020' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/8863870998402549020' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-137967569058433995</id><published>2009-07-14T05:34:53.363-07:00</published><updated>2009-07-14T05:34:53.363-07:00</updated><title type='text'>if you can show me how to hide (not delete) it, th...</title><content type='html'>if you can show me how to hide (not delete) it, that means hide it and leave a small mark to show that row again when the mark is clicked, then I&amp;#39;ll be very thankful.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/137967569058433995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/8863870998402549020/comments/default/137967569058433995'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html?showComment=1247574893363#c137967569058433995' title=''/><author><name>Toi</name><uri>http://www.blogger.com/profile/17066786590081282928</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/07/using-jquery-to-delete-row-in-table-by.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-8863870998402549020' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/8863870998402549020' type='text/html'/></entry></feed>