• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Best way to scrolldown onpageload

javascriptphpjqueryasp.netjquery-events


PHP Snippet 1:

    $(document).ready(function() {
        window.scrollTo(0, 100);
    }

PHP Snippet 2:

function Scrolldown() {
 window.scroll(0,100); 
}

window.onload = Scrolldown;

PHP Snippet 3:

<body onLoad="Scrolldown()">

PHP Snippet 4:

function Scrolldown(){
window.scroll(0,100); 
}

Related Snippets

PHPS source file - 403 Forbidden You don't have permission to access this resource

How to downgrade or install a specific version of Composer?

HTML + PHP + PHPMAILER

Fatal error: [] operator not supported for strings

Add Class in html Dynamically in PHP

Laravel after login Two factor not working

Symfony/Form add attribute based on the data

How to fix 'Data has already been sent to output, unable to output PDF file' in MPDF

Phalcon: setStatusCode returns empty response

PHP - Store information with NO database

Destroy session upon refresh

How to use React Router with Laravel?

How can I create a Download Page with post php method?

401 Unauthorized only occurring on some pages in Laravel 8

How to add automatically collapse/expand in content wordpress (single.php)?

About Contact Privacy policy Terms and conditions