hi all
i have a set of table contains registration form for a shopping cart.
I would like to make table 1 open as default, and table 2 will open when user click either next or next button. I'm not entirely sure on how to apply query accordion wizard to this, any help would be appreciated.
i can't post the php code here cos its too long, but here's the rough idea of it:
where every row is populated by fields for names etc.Code:<table class="wpsc_checkout_table table-1"> <tbody> <tr class=""> <tr> <tr> <tr> <tr> <tr> <tr> <tr> <tr> </tbody> </table> <table class="wpsc_checkout_table table-2"> <tbody> <tr class=""> <tr class="same_as_shipping_row"> <tr> <tr> <tr> <tr> <tr> <tr> <tr> <tr> </tbody> </table> <table class="wpsc_checkout_table table-4"> <tbody> <tr> <tr class="total_price total_item"> <tr class="total_price"> </tbody> </table>
i want to separate those three tables and make next/previous function where if next is clicked the previous table will close up and the next one opens up, if you know what i mean :/
any pointers and ideas much appreciated



Reply With Quote
Bookmarks