Custom Javascript Problem
Posted: Wed Dec 12, 2012 4:35 am
I had to do this in a custom javasript at page show to insert the menu where it should be according to the demo
var menudiv = 'html for menu';
$('.ui-page').last().before(menudiv);