mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-28 14:27:55 -05:00
Dialog static test: Removing duplicate ids.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
$(function() {
|
||||
// Simple Dialog
|
||||
$("#dialog button").click(function() {
|
||||
$("#dlg").clone().dialog();
|
||||
$("#dlg").clone().removeAttr('id').dialog();
|
||||
});
|
||||
|
||||
// Dialog with Buttons
|
||||
|
||||
Reference in New Issue
Block a user