jquery accordion with radio buttons
Hi,
I have an online delivery page and I want in the last page to let user to select the delivery from existing addresses or enter a new address.
I though of having a jquery accordion with radio buttons so it will be like this:
( * ) My Work
( * ) My Home
( * ) My Brother House
( * ) Enter a new address
so the first three populated from the database and will show the details of the address when the user expand it and the Enter a new address will expand with a textbox to enter the new address.
What's the best way to do this and how to do it please?
Thanks,
Jassim