This follows on from the geotargetting discussions we're having, but I didn't want to veer of on a tangent so putting this in it's own thread.
On our new site we're looking at using jquery tabs for tables of casinos for different countries - one tab each for for UK, Europe, US, Canada and Australia. What I want to do is select the relevant tab based on the users country, but my knowledge of jquery/javascript is below limited.
My main reason for this is so we can cache the whole page (well, almost all of it), and then use javascript to do the "geotargetting" after the page has loaded by selecting the relevant se(rather than having a more dynamic output of content). I see plenty of sites do this, so assuming it's possible, but not sure where to start.
I know we need to store the country value and output it in a small section of code that's outside of the cache to make it available to the browser. I just don't know what to do with it after that...
Any ideas?