How to customize /#/ in Jquery address plugin
        Posted  
        
            by Lauren
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lauren
        
        
        
        Published on 2010-04-28T20:31:34Z
        Indexed on 
            2010/04/28
            21:17 UTC
        
        
        Read the original article
        Hit count: 399
        
Hi,
I'm using the Jquery plugin Address to achieve deep linking.
The generated urls come out in the format www.example.com/#/tab/image, but what I need is www.example.com/#tab/image. The plugin seems to automatically generate the /#/ part.
I wonder does anyone know how to do this? Or even if it's possible?
I would greatly appreciate any help.
Thanks in advance
© Stack Overflow or respective owner