aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
Commit message (Collapse)AuthorAgeFilesLines
* Changed widget factory to keep generic css framework class -state-disabled ↵Richard D. Worth2010-03-291-2/+2
| | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful
* Widget: Fixed a problem with the .remove() proxy.Scott González2010-02-061-6/+10
| | | | Fixes #5143 - .remove() proxy doesn't work properly.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Widget: removed console.log call.Scott González2010-01-191-2/+1
|
* Widget: Only trigger remove event if keepData is not set to true.Scott González2010-01-191-7/+8
| | | | Fixes #5076 - Using effects kills widget instances with jQuery 1.4.
* Widget: _create() doesn't actually take any arguments.Scott González2010-01-171-1/+1
|
* Widget: conform to coding standards.Scott González2010-01-151-10/+11
|
* Widget factory: Removed support for old usage; it doesn't make sense to keep ↵Scott González2010-01-151-5/+0
| | | | partial support around since we can't get full backward-compatibility.
* Widget: Make subsequent "init" calls useful by delegating to the option and ↵Scott González2010-01-151-7/+11
| | | | | | _init methods. Fixes #5064 - Widget: make multiple instantiation more useful.
* Widget: conform to coding standards.Scott González2010-01-151-87/+100
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-6/+6
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-59/+89
| | | | menu; including menu static tests).
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-6/+6
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+189
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218