Skip to content

ndwebgroup/sherpiND

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
js
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published