Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery3 compatible and responsive #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 3, 2016

  1. jquery3 compatible and responsive

    .load() was removed > changed to .one()
    .bind() is deprecated > changed to .on()
    
    new jquery requirement is min. 1.7
    ratron authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    37c1590 View commit details
    Browse the repository at this point in the history
  2. update minified code

    ratron authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    3d067cd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Merge pull request #1 from taywa/jquery3-responsive

    jquery3 compatible and responsive
    ratron authored Mar 29, 2017
    Configuration menu
    Copy the full SHA
    00b3267 View commit details
    Browse the repository at this point in the history