JQuery Mobile with breadcrumb
Hi all,
I have to put a breadcrumb for my JQuery mobile project, with several pages for steps, and user can click on breadcrumb to backward to previous steps as an ajax action.
Kindly anyone suggest me ideas for that, should I keep the state for each step on server side, and when user click on breadcrumb, all data will be collected and displayed as well.