Changing jQuery Mobile date picker options
问题 I am using the jQuery Mobile date picker control but I cannot change any of the properties. For example, the following code will attempt to set the first day of the week to Wednesday, in the document ready function but it doesn't work. <!DOCTYPE html> <html> <head> <title>Test</title> <link rel="stylesheet" href="jquery.mobile-1.0a4.1.min.css" /> <link rel="stylesheet" href="jquery.ui.datepicker.mobile.css" /> <script type="text/javascript" src="jquery-1.5.2.min.js"></script> <script type=