Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

date picker javascript not working

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.js"></script>
<script>
$(function() {
    $( "#datepicker" ).datepicker();
});
</script>
</head>
<body>
    <div class="demo">
    <p>Date: <input type="text" id="datepicker"></p>
    </div><!-- End demo -->
</body>
</HTML>
Comment

PREVIOUS NEXT
Code Example
Javascript :: dynamic regex javascript 
Javascript :: how to use iframe for youtube video in react 
Javascript :: how to find max number in array javascript 
Javascript :: redux store 
Javascript :: javascript one line if else 
Javascript :: add event listener to all a tags 
Javascript :: toggle password hide show 
Javascript :: js get copied text 
Javascript :: how to get the text of a clicked elemet by javascript 
Javascript :: how to copy an arry react 
Javascript :: es6 javascript 
Javascript :: js array contains 
Javascript :: Vuejs + Laravel router redirection issue 
Javascript :: framer motion for react 
Javascript :: mongoose update subdocument by id 
Javascript :: javascript list class properties 
Javascript :: react native flex 2 columns per row 
Javascript :: AngularJS how to use btn-group or radio group in list 
Javascript :: react hook form clear form 
Javascript :: escape sequence in js 
Javascript :: how to prevent xss attacks in node js 
Javascript :: js sum digits 
Javascript :: document.queryselector picks first or last 
Javascript :: $.get jquery return value 
Javascript :: jquery vertical scroll 
Javascript :: js convert obj to array 
Javascript :: function to count words in string 
Javascript :: math.floor 
Javascript :: js array.some 
Javascript :: angular style component tag 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =