1.0.5 • Published 4 years ago

kovarp-utilities v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago