I was trying to bind click event for Collapsible Blocks in jQuery Mobile as we do for buttons. But with latest framework update it was not working at all. Spend some time to figure out the events for Collapsible blocks.
$('#my-collaspible').bind('expand', function () { alert('Expanded'); }).bind('collapse', function () { alert('Collapsed'); });
Subscribe to our mailing list
Subscribe to our mailing list and receive a free udpates
Leave a Reply