• 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

Check If array is null or not in php

Composer Warning: openssl extension is missing. How to enable in WAMP

Could not decode a text frame as UTF-8.

Use same method for inertia response and json response Laravel Jetstream

Get WooCommerce products from specific category

How to properly set "0000-00-00 00:00:00" as a DateTime in PHP

Add customer email and phone in "Order" column to admin orders list on Woocommerce

How to get the survey List from surveygizmo API in the Postman?(Trial Version)

How to run a shell as root from php (apache)

Facebook PHP SDK - will not logout properly

Reorder attribute dropdown terms in Woocommerce single variable products

Edit XML in HTML form and submit to self

PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: no such host known

XAMPP keeps showing Dashboard/Welcome Page instead of the Configuration Page

PHPMetrics option --excluded-dirs="myfolder" : myfolder dir is not excluded within docker

About Contact Privacy policy Terms and conditions