Home > Web Front-end > JS Tutorial > body text

jQuery EasyUI API 中文文档 - TimeSpinner时间微调器_jquery

WBOY
Release: 2016-05-16 18:00:29
Original
1104 people have browsed it

扩展自 $.fn.spinner.defaults,用 $.fn.timespinner.defaults 重写了 defaults。
jQuery EasyUI API 中文文档 - TimeSpinner时间微调器_jquery
依赖
spinner
用法

复制代码 代码如下:



复制代码 代码如下:

$('#ss').timespinner({
showSeconds:true
});

特性

其特性扩展自 spinner,下列是为 timespinner 增加的特性。.

名称

类型

说明

默认值

separator

string

时分秒之间的分隔符。

:

showSeconds

boolean

定义是否显示秒的信息。

false

highlight

number

初期高亮的域, 0 = 时, 1 = 分, ……

0

事件

其事件扩展自 spinner

方法

其方法扩展自 spinner,下列是为 timespinner 重写的方法。

名称

参数

数码

options

none

返回 options 对象。

setValue

value

设置 timespinner 的值。

getHours

none

获取当前的时钟的值。

getMinutes

none

获取当前的分钟的值。

getSeconds

none

获取当前的秒钟的值。


博客园 风流涕淌
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!