Home  >  Article  >  Web Front-end  >  jQuery EasyUI API Chinese Documentation - Introduction to the use of NumberSpinner numerical spinner_jquery

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

WBOY
WBOYOriginal
2016-05-16 18:00:371228browse

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
Statement:
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