background:
Quite easily I've got the Fuelux Wizard working. I now wanted to introduce a date picker in one of the steps. I did get the datepicker working fine outside of the wizard.
my problem:
when I introduced it into the form i have had problems. The next and previous buttons do work but the page is immediately reloaded.
I debugged through the code and I see that the calendar is updated but then the jquery event handling code returns and then my page is reloaded.
I'm at a loss to understand why the page is being reloaded.
I'm guessing that it is something to do with the event handling in the wizard - as this html code works perfeclty outside of the wizard.
Any ideas ?
Has anybody got this working ?