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

jQuery EasyUI API Chinese Documentation - Introduction to the use of NumberSpinner numerical spinner_jquery

WBOY
Release: 2016-05-16 18:00:37
Original
1263 people have browsed it

Extended from $.fn.spinner.defaults and $.fn.numberbox.defaults, overriding defaults with $.fn.numberspinner.defaults.

Dependency
spinner
numberbox
Usage

Copy code The code is as follows:

$('# ss').numberspinner({
editable:false
});

Features

its features extend from spinner and numberbox .

Event

It Events extend from spinner .

Method

It The method extends from spinner, the following is numberspinner Overridden method. .

名称

参数

说明

options

none

返回 options 对象。

setValue

value

设置 numberspinner 的值。


Name
Parameters Description
options none Returns the options object.
setValue value Set the value of numberspinner .
Blog Garden Windy
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