I have two column layout for a webpage from the site, http://jquerymobile.com/demos/1.0.1/
Now they have provided provisions to changePage using
No, this is the correct syntax $.mobile.changePage("#page2"); or $.mobile.changePage( "about/us.html"); see the Api
$.mobile.changePage("#page2");
$.mobile.changePage( "about/us.html");