Skip to content

Instantly share code, notes, and snippets.

View fredkelly's full-sized avatar

Freddy Kelly fredkelly

View GitHub Profile
/*************************************************
** jQuery Nice Menus version 1.0.0
** copyright Fred Kelly, licensed GPL & MIT
** http://fredkelly.net/
**************************************************/
(function($){
$.fn.menus = function() {
return this.each(function() {
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$plugin_info = array(
'pi_name' => 'Post Categories',
'pi_version' =>'1.0',
'pi_author' =>'Fred Kelly',
'pi_author_url' => 'http://fredkelly.net/',
'pi_description' => 'Returns the post categories how I want them.'
/*************************************************
** jQuery Multi Column Lists version 1.0.5
** copyright Fred Kelly, licensed GPL & MIT
** http://fredkelly.net/
**************************************************/
(function($){
$.fn.multilists = function(options, callback) {
var defaults = {