mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 00:17:59 -05:00
accordion demo: resize accordion in fillSpace demo
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
});
|
||||
});
|
||||
$(function() {
|
||||
$("#accordionResizer").resizable();
|
||||
$("#accordionResizer").resizable({
|
||||
resize: function() {
|
||||
$("#accordion").accordion("resize");
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user