Thanks for advice but your answer doesn't help as you cannot generate
a click on "a" link with jQuery
I have used this solution on other pages and it works great but in
this particular case:
I would like visitor to be scrolled automatically to particular spot
on page depending on radio button being clicked
I am looking for something like:
jQuery('input#oui').click(function(){
jQuery('div#reponse1').show('slow');
jQuery('div.postpop').show('slow');
jQuery('div#reponse2').hide('fast');
jQuery('div#reponse3').hide('fast');
jQuery(SCROLLTO-automatically-to-paragraph1);
});
Still trying to find answer
Jean
On 4 jan, 16:45, Paul Hutson <[email protected]> wrote:
> > Thanks for help
>
> This should do what you want (well, it's an example, but I'm sure you
> can pull out the bits you need)
> :http://www.position-relative.net/creation/anchor/
>
> It'll smooth scroll to the right location for you... :)
>
> (we've also used it on the help for Outer Empires,
> here...http://gameview.outer-empires.com/Info/Newbie.asp)
>
> HTHs,
> Paul Hutson