mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
The official jQuery user interface library.
171c7c0671
- 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); }); |
||
---|---|---|
build | ||
demos | ||
external/bgiframe | ||
tests | ||
themes/base | ||
ui | ||
AUTHORS.txt | ||
GPL-LICENSE.txt | ||
jquery-1.3.1.js | ||
MIT-LICENSE.txt | ||
version.txt |