Skip to content

Commit

Permalink
Adds a minified version version and bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbadia committed Dec 7, 2018
1 parent 1bf6cdc commit 9661f86
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ form-submitter depends on jQuery. To use it, include this in your page :

## Usage


$(document).ready(function() {
$('.menu').scrollFixer();
});



------
Expand Down Expand Up @@ -106,7 +106,7 @@ The DOM element.

Example:

$('form').formSubmitter({
$('form').formSubmitter({
didFix: function(evt) {
console.log(this.element);
}
Expand All @@ -132,4 +132,4 @@ The options object.

## Copyright and license

Copyright 2013-2015 GestiXi under [The MIT License (MIT)](LICENSE).
Copyright 2012-2018 GestiXi under [The MIT License (MIT)](LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-fixer",
"version": "0.1.0",
"version": "1.0.1",
"description": "jQuery plugin to fix element when scrolling down.",
"main": "scroll-fixer.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions scroll-fixer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ==========================================================================
// Project: Scroll Fixer
// Description: jQuery plugin to fix element when scrolling down
// Copyright: ©2013-2015 GestiXi
// Copyright: ©2012-2018 GestiXi
// License: Licensed under the MIT license (see LICENCE)
// Version: 1.0
// Version: 1.0.1
// Author: Nicolas BADIA
// ==========================================================================

Expand Down
7 changes: 7 additions & 0 deletions scroll-fixer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9661f86

Please sign in to comment.