UI Deploy

Curated, Short, Web UI Dev we Love.

Prevent jQuery Mobile from using hash navigation

jQuery Mobile is notorious for having a strange hash navigation, even worse, it can be used for unwanted navigation, thus breaking your page navigation history order. So how can we fix it?

This behaviour is usually not a problem, at least when jQuery Mobile is used for hybrid mobile development. Unfortunately, classic web development is something completely different. Let me show you how to fix this “problem”.

view source

Advertisement