javascript - Datepicker in Facebook pagetab (Page Facebook) -


i want create booking engine, first, need select dates datepicker.

i use demo example doesn't works, so, how can use datepicker in facebook? can create submit form, but, datepicker fails.

 <link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">   <script src="https://code.jquery.com/jquery-1.10.2.js"></script>   <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>   <script>   $(function() {     $( "#datepicker" ).datepicker();   });   </script>   <h1>test</h1> <p>date: <input type="text" id="datepicker"></p> 

solved, in website create view page tab , in app created, linked view create.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -