I am trying to use jquery.mobile datebox as a datepicker for my jquery mobile app…
I find some difficulties finding a page with the full APIs specification…
For example, I do not fully understand the option “useInlineHideInput”, but I can’t find any documentation about it…
Is there any jQuery mobile datebox API documentation available?
I am trying to use jquery.mobile datebox as a datepicker for my jquery mobile
Share
You can find here the full options list for the latest version jQM Datebox 2.
You can find information about the useInlineHideInput option here. It seems that this option is available in jQM Datebox 1. In version 2 you can force DateBox to display inline with ‘useInline’ and ‘hideInput’ set to ‘true’.
To understand the functionality of the specific option put the following HTML in a file and change the options value from true to false.
I hope this helps.