summaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/slider_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵Scott González2011-03-281-3/+3
| | | | | | Slider: value and values methods as setters aren't chainable. (cherry picked from commit 2197c61f1f91a7b5046fb994d370f38ded602ee6)
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-271-7/+1
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* slider unit tests: corrected some hasClass callsRichard Worth2010-03-171-8/+8
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-20/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* slider unit tests: method valueRichard Worth2009-09-191-1/+25
|
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-2/+14
|
* slider tests: fixing variable scopesJörn Zaefferer2009-09-151-2/+2
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-1/+11
| | | | factory should auto detect getters.
* slider unit tests: moved init and destroy tests to 'slider: methods' moduleRichard Worth2009-02-021-4/+60
|
* slider unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+24
widget, events, methods, options, tickets