diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-01-31 04:33:36 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-01-31 04:33:36 +0000 |
commit | 171c7c067106f6b35b2f35829a7d847858a36c74 (patch) | |
tree | 947466688f8f1144371ae6d3992f6523c92f63e6 /tests/unit/datepicker | |
parent | 6695e5ac7f5be9be2b25f62314ba80812a5fbf65 (diff) | |
download | jquery-ui-171c7c067106f6b35b2f35829a7d847858a36c74.tar.gz jquery-ui-171c7c067106f6b35b2f35829a7d847858a36c74.zip |
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);
});
Diffstat (limited to 'tests/unit/datepicker')
0 files changed, 0 insertions, 0 deletions