Skip to content

Git Version of latest version of jQuery.ptTimeSelect. With bower support

Notifications You must be signed in to change notification settings

tiran133/jQuery.ptTimeSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#jQuery.ptTimeSelect.js jQuery plugin for displaying a popup that allows a user to define a time and set that time back to a form's input field.

INSTALLATION

There are two files (.css and .js) delivered with this plugin and that must be included in your html page after the jquery.js library and the jQuery UI style sheet (the jQuery UI javascript library is not necessary). Both of these are to be included inside of the 'head' element of the document. Example below demonstrates this along side the jQuery libraries.

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/themes/redmond/jquery-ui.css" />

<link rel="stylesheet" type="text/css" ref="jquery.ptTimeSelect.css" />

<script type="text/javascript" src="jquery.ptTimeSelect.js"></script>

##USAGE:

$(ele).ptTimeSelect()

##DOCUMENTATION:

Documentation can be found in the docs directory of the archive file downloaded, including installation and usage.

##EXAMPLES:

Examples can be found in the examples directory of the archive file downloaded. They are in html format. An internext connection is need in order to use jQuery and jQuery UI Style sheet from Google's CDN.

##LAST UPDATED:

$Date: 2012/08/05 19:40:31 $

$Author: paulinho4u $

$Revision: 1.5 $

##LICENSE

Copyright (c) 2007 Paul T. (purtuga.com) Dual licensed under the:

  • MIT <http://www.opensource.org/licenses/mit-license.php>
  • GPL <http://www.opensource.org/licenses/gpl-license.php>

User can pick whichever one applies best for their project and doesn not have to contact me.

About

Git Version of latest version of jQuery.ptTimeSelect. With bower support

Resources

Stars

Watchers

Forks

Packages

No packages published