I have a website intended for desktops/laptops, built with jquery and jquery bbq.
I now want to produce a mobile version of this site and am planning to use jquerymobile. However, I'm a little scared to see href="#" links in some of the documentation, as I'm already manipulating the location hash to provide back/forward/bookmarking with jquery bbq.
Are these technologies compatible or am I heading for a world of trouble?
Thanks for your help!