Vaska schrieb: > 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?
No, this is exactly what I'm doing for Ajax tabs :-) Without JavaScript the URLs stay intact, for everyone/everything, be it a user or be it a search engine. The tabs init changes these URLs to hashes. One got to love UOJS. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
