Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Conversation

yappo
Copy link

@yappo yappo commented Feb 4, 2011

added switch enable and disable which changes navigation using pushState

The problem which I proposed by jquery forum was solved.
http://forum.jquery.com/topic/i-made-pushstate-support-plugin-for-jquery-mobile

The following methods were added.

$.mobile.pushStateNavigate(true); // using pushState navigation (default)
$.mobile.pushStateNavigate(flase); // unusing pushState navigation

Thereby, the user can choose the method of using existing 'location'hash', or the method of using 'pushState/popstate'.

$.mobile.pushStateNavigate(true);  // using pushState navigation (default)
$.mobile.pushStateNavigate(flase); // unusing pushState navigation
@johnbender
Copy link
Contributor

yappo,

We're going to push new features into a backlog of sorts on the wiki for now as we're focusing on bug fixes to stabilize the library for the upcoming beta and 1.0. I'm going to close this for now and when things settle down a bit we'll loop back around and consider the list

https://github.com/jquery/jquery-mobile/wiki/Feature-Requests

to which I've added this feature request.

Thanks for the hard work and great idea. We really appreciate the contributions and I look forward to discussing this in the not-to-distant future.

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants