I am working on my first jquery mobile project and am having an issue with hiding my address bar when a new page is loaded on my iphone...basically, it isn't happening.
I have tried <meta name="viewport" content="height=device-height,width=device-width" > but that stops landscape mode working.
I have an issue with my datepicker. I have added a function that sets the date of a datepicker 1 month in advance if a particular option is picked from a dropdown.
The problem is that if I try to add another option to the function it stops working in the correct manor.
If you go to the "payday frequency" dropdown in the 2nd half of the form you will see that it auto fills the payday & next payday input fields... How can I do this??
If anyone has a plugin or tutorial that will help or even a sample of code I would be VERY grateful.