Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Custom Javascript Problem

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);

Return to “Issues”