A jQuery Plugin
www.jquery.com (v1.3.2 or higher)
Via the Help Forum at SourceForge. Click here to post your question/problem.
Loading...
|
DemoExample 2Call with customized SET button label. [view source]
$('#sample2 input').ptTimeSelect({
popupImage: 'Select Time'
});
Example 3Call with customized class by the name of timeCntr. The class was defined using the jQuery UI ThemeRoller. [view source]
$('#sample3 input').ptTimeSelect({
containerClass: "timeCntr",
containerWidth: "350px",
setButtonLabel: "Select",
minutesLabel: "min",
hoursLabel: "Hrs"
});
Example 2Call with defined events. [view source]
$('#sample4 input').ptTimeSelect({
onBeforeShow: function(i){
$('#sample4 #sample4-data').append('onBeforeShow(event) Input field: ' + $(i).attr('name') + "
Event Data
|