Hi,
Firstly awesome piece of jquery, very nice.
Question, I am attempting to use this without refreshing the page
Once loaded after initial load its all ok, then without page reload if using the below
$('#setup_timeline').roadmap(events, {
eventsPerSlide: 5,
slide: 1,
prevArrow: '',
nextArrow: ''
});
With events being an array inthe format that works.
When I redo the array and then load again, all is OK except when i go forward to display more items, and then back again, it reverts itself to the original state.
Is there a refresh option to reload the roadmap ??
Hi,
Firstly awesome piece of jquery, very nice.
Question, I am attempting to use this without refreshing the page
Once loaded after initial load its all ok, then without page reload if using the below
$('#setup_timeline').roadmap(events, {
eventsPerSlide: 5,
slide: 1,
prevArrow: '',
nextArrow: ''
});
With events being an array inthe format that works.
When I redo the array and then load again, all is OK except when i go forward to display more items, and then back again, it reverts itself to the original state.
Is there a refresh option to reload the roadmap ??