facebook

datepicker native question

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331397 Reply

    txarly
    Member

    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

    #331401 Reply

    support-michael
    Keymaster

    @txarly

    No this code will not run. It is not valid javascript or html. It is sort of an odd mix of the 2.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: datepicker native question

You must be logged in to post in the forum log in