我正在使用 shieldSplitter 并且折叠事件不起作用。这就是我正在做的事情。我没有看到任何警报。任何想法?
jQuery("#container").shieldSplitter(
{
collapse: function (event)
{
alert("Pane");
},
orientation: 'horizontal',
panes: [ { size: '65%' }, { size: '35%' } ]
});