Skip to content

jQuery timepicker works well with bootstrap table responsive and with all other elements.

Notifications You must be signed in to change notification settings

AmirHuxain/bs-timepicker-responsive-table-fixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

bs-timepicker-responsive-table-fixed

jQuery timepicker works well with bootstrap table responsive and with all other elements.

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Timepicker Demo</title>
	<script src="./lib/jquery.js"></script>
	<link rel="stylesheet" href="../dist/css/timepicker.css">
	<script src="../dist/js/timepicker.js"></script>
</head>
<body>
	<input type="text" class="bs-timepicker">
	<script>
		$('.bs-timepicker').timepicker();
	</script>
</body>
</ HTML>

About

jQuery timepicker works well with bootstrap table responsive and with all other elements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published