Hi,
I have a page that when loaded it populate a div data from database :
<div>
data1 --------- remove link
data2 --------- remove link
data3 --------- remove link
</div>
I want to have an acordion that has data with checkboxes :
checkbox ------------ data4
checkbox ------------ data5
checkbox ------------ data6
when I check a checkbox its data will be added in the above div
Can you plz help me on how to do this .
Thanks, your help is appreciated.