The official jQuery user interface library.
Go to file
Scott González 171c7c0671 Dialog: Shadow cleanup.
- Don't hide shadow during drag/resize in IE6 (let the user do this one their own).
  - Let users modify the shadow option after init.


.parents('.ui-dialog')
.bind('dragstart resizestart', function() {
	$(this).find('.ui-dialog-content').dialog('option', 'shadow', false);
})
.bind('dragstop resizestop', function() {
	$(this).find('.ui-dialog-content').dialog('option', 'shadow', true);
});
2009-01-31 04:33:36 +00:00
build build: delete headers folder, include external folder 2009-01-30 07:00:27 +00:00
demos added effect methods demos - still need class animations 2009-01-30 22:57:11 +00:00
external/bgiframe Added bgiframe 2.1.1 to external folder 2009-01-07 03:34:18 +00:00
tests Tabs: simplified tests a bit, found bug by that - fixed as well as two other unreported bugs 2009-01-31 00:45:14 +00:00
themes/base accordion: added ul-visual-test; improved solution for fixing ul-accordions, no more potential scope issues 2009-01-30 20:42:03 +00:00
ui Dialog: Shadow cleanup. 2009-01-31 04:33:36 +00:00
AUTHORS.txt added url 2009-01-10 12:20:46 +00:00
GPL-LICENSE.txt removed extra level ui folder 2008-06-07 17:35:27 +00:00
jquery-1.3.1.js eol-style and mime-type 2009-01-24 12:07:26 +00:00
MIT-LICENSE.txt Happy New Year 2009-01-03 21:55:13 +00:00
version.txt set version back to 1.6pre 2009-01-30 06:32:46 +00:00