Skip to content
  • Home
  • Learning Java script
    • Java Script Introduction
    • Javascript Comments
    • Learning Comment on Javascript
    • Learning Javascript Variables
    • What is Data Type in Javascript? How many Datatype in Javascript?
    • Operators
      • Arithmetic Operators
      • Comparison Operator
      • Logical Operator
  • Email Configure
    • How to Configure Google G Suite MX Records in a cPanel Hosting Account
  • Coding Related Problems
    • Blog Writing
      • How to write code in blog Tutorial and highlight the code
  • What is
    • What is Content Delivery Network (CDN)
    • How to import data from CSV file to php my admin
  • Shop
  • Cart
  • Checkout
  • My account

Eyeshiv Glog

Website Designing Blog

You Are Here
  • Home
  • 2022
  • July
  • 21

Day: July 21, 2022

July 21, 2022July 21, 2022 SRISIIM

Jquery on scroll Animation

Jquery

var btn = $(“#back-top”); $(window).scroll(function () { $(this).scrollTop() > 100 ? btn.fadeIn() : btn.fadeOut(); }); btn.click(function () { $(“body,html”).animate({ scrollTop: 0 }, 1000); $(“.rocket”).addClass(“fly”); setTimeout(function

Read More
July 21, 2022July 21, 2022 SRISIIM

HTML 5 CSS nth-of-type

1

  .box:nth-of-type(2) { background: #E01B5D; } .box:nth-of-type(3) { background: #30FFFF; } .box:nth-of-type(4) { background: #B3FF30; } .box:nth-of-type(5) { background: #308AFF; } .box:nth-of-type(6) { background: #1BE059;

Read More

Recent Posts

  • How to replace August 9, 2023
  • How to add google translate button on my website. June 26, 2023
  • How to add google Translate in my website June 26, 2023
  • How to add Google Search input box in my website June 26, 2023
  • How to remove empty space form Input box Javascript January 21, 2023

Recent Comments

    Archives

    Categories

    • 1
    • Ajax
    • Javascript
    • Jquery
    July 2022
    M T W T F S S
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
    « Jun   Aug »
    All Right Reserved 2018
    Proudly powered by WordPress | Theme: Blog New by Candid Themes.