Just a question,
if a place a textbox in a page and on change i run a javascript with this code
function datepic {
<meta charset="utf-8" />
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />
<script> $(function() {
$( "#datepicker" ).datepicker();
});
</script>
}
the jquery call to the datepicker, does this going to work when i build adhoc on ios and test on iphone even doesn´t work at mobione testcenter?
Sorry if it is a noob question
thks