17 2 / 2012
21 10 / 2011
19 10 / 2011
Raymond Camden's ColdFusion Blog: Enabling automatic back buttons in jQuery Mobile
to add a back button to jQuery Mobile header
$(document).bind("mobileinit", function(){ $.mobile.page.prototype.options.addBackBtn=true; });