All --
Please help, regarding the fixedToolbars.show(true) call.
I found information on this here...
...and I was wondering...
...exactly how can one use $.mobile.fixedToolbars.show(true) so that it always fires, and fires as soon as possible, when a page comes into view?
In short, what I am trying to do it to eliminate the fade-in for my fixed footer; so, this looks like it might do the trick.
Does one just put it in a script tag at the top of the page, after all other script tags, with this code...
$(document.ready(function()
$.mobile.fixedToolbars.show(true);
});
...or is there something more to it?
What do you think?
Please advise.
Thanks.
-- Mark Kamoski