Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="timepickerW.css">
<script src="timepickerW.js"></script>
<script>
var active = false;
document.addEventListener("DOMContentLoaded", function(event) {
inittimepicker();
});
</script>
</head>
<body>
<h1>timepickerW DEMO</h1>
<input type='time'>
fdfklgjhdfgjkhsdjkfghioerhgjlsdhguorhtughskljghfkghkdhgsdjkghkjsdhgjklhfkjh
<input type='time'>
<br>
<h4>Note: If hiding divs with display: none, then timepickerW might get partially hidden aswell. use a CSS rule to get it back: </h4>
<pre>
div.timepicker *{
display: block !important;
}
</pre>
</body>
</html>