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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -