Commit Graph

17 Commits

Author SHA1 Message Date
Paul Bakaus
c54f6ba62e core: added :data selector that matches elements that have data for a given key.
droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2
2008-07-14 14:21:07 +00:00
Scott González
9b7ab1621d Core: cleaned up $.ui.hasScroll(). 2008-07-11 01:57:19 +00:00
Paul Bakaus
0cf0a105e6 core: trigger() needs to be able to return a value from triggerHandler 2008-07-10 14:56:19 +00:00
Scott González
d70f4f7620 Widget factory: Added trigger method for triggering callbacks and events. 2008-07-10 02:45:02 +00:00
Paul Bakaus
9c2e67cff1 core: use triggerHandler instead of trigger to fire "remove" event - Safari seems to have a native remove event which actually removes DOM elements - very dangerous! (fixes #3037) 2008-07-03 13:35:07 +00:00
Richard Worth
6e7572309a Fixed #3059 - cannot select text in dialog content 2008-07-03 01:37:06 +00:00
Eduardo Lundgren
f42d42b61f Avoid IE memory leak on enableSelection, disableSelection methods. 2008-06-27 21:36:14 +00:00
Eduardo Lundgren
2b7100d9dd css method - change class id name for generated div 2008-06-26 03:59:55 +00:00
Scott González
eecfadd25a core: Added $.widget.defaults. 2008-06-11 01:28:28 +00:00
Richard Worth
ee4bd1a9e8 Removed old rev ids from jQuery svn 2008-06-09 06:26:23 +00:00
Paul Bakaus
4b186675af ui-core: added mouseCapture, replacing the condition feature before. Allows text to be selected in sortables on non-handles. 2008-06-09 01:54:28 +00:00
Richard Worth
8105c48065 whitespace only - newline at EOF 2008-06-09 01:31:31 +00:00
Paul Bakaus
593cb1ffef core: cancel checks for type string before it's used
draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value.
2008-06-08 11:00:47 +00:00
Paul Bakaus
8eca969374 core: fixed propagation issue that didn't allow resizables and sortables to work together, because the event didn't bubble out. 2008-06-08 10:20:37 +00:00
Richard Worth
f6330e9fe8 core widget - added explicit disabled: false option 2008-06-08 00:59:41 +00:00
Richard Worth
e23a0edb70 core widget - fail gracefully if unknown method name supplied 2008-06-08 00:55:44 +00:00
Richard Worth
a635d0a7c9 renamed source -> ui 2008-06-07 17:37:43 +00:00