I'm using the shieldSplitter and the collapse event is not working. This is what I'm doing. I see no alert. Any idea?
jQuery("#container").shieldSplitter(
{
collapse: function (event)
{
alert("Pane");
},
orientation: 'horizontal',
panes: [ { size: '65%' }, { size: '35%' } ]
});