Permalink
Browse files
accordion demo: resize accordion in fillSpace demo
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
demos/accordion/fillspace.html
|
@@ -16,7 +16,11 @@ |
|
|
}); |
|
|
}); |
|
|
$(function() { |
|
|
$("#accordionResizer").resizable(); |
|
|
$("#accordionResizer").resizable({ |
|
|
resize: function() { |
|
|
$("#accordion").accordion("resize"); |
|
|
} |
|
|
}); |
|
|
}); |
|
|
</script> |
|
|
</head> |
|
|
0 comments on commit
64f7235