mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-15 18:45:03 -05:00
accordion: fix for the previous commit; event triggering still somewhat crippled, a few tests failing
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
function on() {
|
||||
$("#accordion").accordion({ header: "h3" });
|
||||
$("#accordion").accordion();
|
||||
}
|
||||
function off() {
|
||||
$("#accordion").accordion("destroy");
|
||||
|
||||
Reference in New Issue
Block a user