Currently, my understanding of jQuery BBQ is it requires me to use an href like href="#/stufff/123/13"
Problem with that is it requires me to add a # to all my URLs throughout the site which then means non-javascript browsers can't use the site...
My question, is there a way I can simply add a class to all HREFs I want deep linked? something like class="deep-link-it-please".... Ideas? It also creates a headache in Rails which uses link_to which does not support adding a hash # before the URL.. thanks