I am using JQueryMobile to create input date , such this:
<input
name="mydate"
id="mydate"
type="date"
pickPageTheme="c"
data-role="datebox"
data-options='{"mode": "calbox", "highDates": ["2011-11-23"] }'>
but I don't want to set attributes values from HTmL, like this attribute data-options.
How can I set the attributes using JQuery ?