views:

39

answers:

2

Hi,

Can any one suggest any way to do facebook style, news feed hide, delete, without updating the page, or redirect.

A: 

Do you mean like jQuery UI stuff? Have a look at the demos. It hooks nicely into AJAX calls http://jqueryui.com/demos/

burnt_hand
A: 

You can use jQuery and use the $.hide(); method to achieve this.

Snake