jQuery Timepicker example

jQuery Timepicker: timepicker.html: [html] <html> <head> <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script> <script src="http://trentrichardson.com/examples/timepicker/jquery-ui-timepicker-addon.js"></script> <script src="http://trentrichardson.com/examples/timepicker/jquery-ui-sliderAccess.js"></script> […]

» Read more

jQuery DatePicker Example

jQuery Datepicker: Datepicker.html: [html] <html> <head> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> <script type="text/javascript"> $(function(){ var pickerOpts = { appendText: "dd/mm/yyyy", //defaultDate: […]

» Read more

jQuery Loading Example

jQuery Loading Example: index.html: [html] <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>jQuery Loading Index</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"> </script> <script […]

» Read more
1 2 3 4 5