Sheesh, I've been looking at this...waiting to solve something else before I dove into it. ;)
I have another idea...just a gut check here before I try this. Why couldn't I simply rewrite with javascript the urls (in a particular div) from href='page.php?id=12' to href='#12' at page load? Assuming the viewer has javascript of course - and if they don't it would degrade without any problems. This way, when clicked I'd get the hash without any overhead and ajax would be allowed to do its job. A silly idea? On 02 Feb 2007, at 14:17, Mike Alsup wrote: >> location.hash is totally broken in Safari. ;( >> > > Check out the tabs plugin for an example of solving this in Safari. > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
