Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

kovarp/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hellofront utilities

Set of some useful Javascript (jQuery) utilities.

Installing

The simplest ways to download and install this utilities.

###Step 1: Install

Via npm

$ npm i kovarp-utilities

Clone repository

$ git clone https://github.com/kovarp/utilities

Direct download

Download this plugin direct in latest version from GitHub repository.

###Step 2: Add to page

Link plugin script file after jQuery

<script src="jquery.min.js"></script>
<script src="scrolling.min.js"></script>

Scrolling

  • Scroll to target element
  • Scroll to target on click
  • Resolve window scroll position after page load

Intersection

Selectors

  • Contains pseudo selector

Properties

  • Method to get dimensions of hidden element