hashchange - When using Ajax History and Bookmark, is it always good to use "#!" instead of just "#"? -


facebook doing ajax history (back , forward button) , bookmark using #! instead of # in url. idea that, because thinking usual anchor interfere ajax history mechanism trigger processing normal anchor.

so, ajax history function process hash portion when sees #! instead of #.

and using ! compatible major browsers? if facebook using !, guess may supported.

see google's making ajax applications crawlable possible use case (don't know if why facebook used fragment).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -