This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.fn.collapse = function(options) { | |
// This plugin requires jquery.cookie.js plugin | |
// Load plugin for handling cookies | |
// $.getScript('jquery/plugins/jquery.cookie.js'); | |
// Default values | |
var defaults = { | |
collapsed: true, | |
ignore: [], | |
rememberState: true |
NewerOlder