Works great, thank you.

On Nov 12, 4:30 pm, Andrei Eftimie <k3liu...@gmail.com> wrote:
> > would anyone have any ideas on how to force
> > the window scroll back to the top on click?
>
> function pageselectCallback(page_index, jq){
>        var new_content = $('#hiddenresult
> div.result:eq('+page_index+')').clone();
>        $('#Searchresult').empty().append(new_content);
>        window.scroll(0,0);
>        return false;
>
> }
>
> --
> Andrei Eftimiehttp://eftimie.com
> +40 758 833 281
>
> Puncthttp://designpunct.ro

Reply via email to