Code Monkey home page Code Monkey logo

sherpind's Introduction

Notre Dame sherpiND jQuery plugin

sherpiND is intended to ease in the navigation of long content pages and is inspired by the “scrollPins” on MSNBC.com.
A live example can be viewed here: https://www.nd.edu/stories/irish-edge/

sherpiND was developed and released by the Office of Public Affairs and Communications at the University of Notre Dame.

NOTE!!!

This plugin has not been tested or used by the author since 2011. We make no guarantees it will work.

Use

Include the CSS, images and js in your project. Call the plugin as follows:

<script>
jQuery(function($){
  $('.pin').sherpiND();
});
</script>

To change the color of the pins, pass in a color option:

<script>
jQuery(function($){
  $('.pin').sherpiND({color:'light-blue'});
});
</script>

See the css for a complete list of color options.

Changelog

  • v1.0.1 (2011-07-21)
    • CHANGE: remove IE dropshadow filter since it was breaking “pinup” bubbles
  • v1 (2011-04-05)
    • ADD: Initial commit

License

sherpiND is released under the MIT license.

sherpind's People

Contributors

erunyon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.