This is the reference point. All the other options are based off this.
|-- app
| |-- controllers
| | |-- admin
/** | |
* jQuery Plugin: Table of Contents with Smooth Scrolling | |
* @link http://www.1stwebdesigner.com/css/jquery-plugin-smooth-scrolling/ | |
* @author Rochester Oliveira | |
*/ | |
(function($){ | |
$.fn.stoc = function(options) { | |
//Our default options | |
var defaults = { |