views:

43

answers:

1

Hello,

I'm trying to create an ajax app with dojo. Is there an equivalent or something similar like functionality to jQuery Address. I want to make ajax hash based url navigation like twitter, facebook, etc with dojo.

regards

+2  A: 

You might be interested in dojo.hash, available since 1.4:

http://www.dojotoolkit.org/reference-guide/dojo/hash.html

Ken