How refresh div when click in a link ???
Hi,
I am new in Jquery,
what is the best thing to do with jquery for this senario :
I have a page when loaded it populates a div from a database :
<div>
data1 --------- remove link
data2 --------- remove link
data3 --------- remove link
</div>
1) when I click
remove link ,I want to refresh the above div.
thanks, your help is appreciated.