Skip to content

Instantly share code, notes, and snippets.

@rw1
rw1 / modified_jquery.isotope.min.js
Created November 14, 2012 17:40
a modified isotope script that aims to resolve some positioning problems.
/**
* Isotope v1.5.21
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
* Commercial use requires one-time license fee
* http://metafizzy.co/#licenses
*
* Copyright 2012 David DeSandro / Metafizzy
*/
@rw1
rw1 / modified_jquery.isotope.min_v2.js
Created November 15, 2012 02:35
isotope without positioning
/**
* Isotope v1.5.21
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
* Commercial use requires one-time license fee
* http://metafizzy.co/#licenses
*
* Copyright 2012 David DeSandro / Metafizzy
*/
@rw1
rw1 / isotope_v3.js
Created November 15, 2012 06:55
isotope sans positioning nearly there!
/**
* Isotope v1.5.21
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
* Commercial use requires one-time license fee
* http://metafizzy.co/#licenses
*
* Copyright 2012 David DeSandro / Metafizzy
*/
@rw1
rw1 / jquery.multipage-no_button_text.js
Created November 30, 2012 02:15
modified multipageform.js - no button text
(function($) {
var curpage = 1;
var id = null;
var settings = null;
jQuery.fn.transitionPage = function(from,to) {
if (settings.transitionFunction) {
@rw1
rw1 / mpf_script1.js
Created December 2, 2012 10:48
mpf_script1
$(function(){
//jquery multipage behaviour
$('#multipage').multipage({transitionFunction:transition,
'navigationFunction': function(pages){},
'inactiveDot': '<img src="http://dummyimage.com/10x10/cccccc/cccccc.png" style="margin-right: 5px">',
'activeDot': '<img src="http://dummyimage.com/10x10/c27daf/c27daf.png" style="margin-right: 5px">'
});
// progresses user to next page on clicking option one or two on the front page
$("#option1, #option2").click( function(){
@rw1
rw1 / mpf_jquery.multipage-no_button_text.js
Created December 2, 2012 10:52
mpf_script_multipage-no_button_text
(function($) {
var curpage = 1;
var id = null;
var settings = null;
jQuery.fn.transitionPage = function(from,to) {
if (settings.transitionFunction) {
@rw1
rw1 / mpf_jquery.validate.min.js
Created December 2, 2012 11:57
mpf js validate
/*! jQuery Validation Plugin - v1.10.0 - 9/7/2012
* https://github.com/jzaefferer/jquery-validation
* Copyright (c) 2012 Jörn Zaefferer; Licensed MIT, GPL */
(function(a){a.extend(a.fn,{validate:function(b){if(!this.length){b&&b.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return}var c=a.data(this[0],"validator");return c?c:(this.attr("novalidate","novalidate"),c=new a.validator(b,this[0]),a.data(this[0],"validator",c),c.settings.onsubmit&&(this.validateDelegate(":submit","click",function(b){c.settings.submitHandler&&(c.submitButton=b.target),a(b.target).hasClass("cancel")&&(c.cancelSubmit=!0)}),this.submit(function(b){function d(){var d;return c.settings.submitHandler?(c.submitButton&&(d=a("<input type='hidden'/>").attr("name",c.submitButton.name).val(c.submitButton.value).appendTo(c.currentForm)),c.settings.submitHandler.call(c,c.currentForm,b),c.submitButton&&d.remove(),!1):!0}return c.settings.debug&&b.preventDefault(),c.cancelSubmit?(c.cancelSubmit=!1,d()):c
/*
== malihu jquery custom scrollbars plugin ==
version: 2.3.2
author: malihu (http://manos.malihu.gr)
plugin home: http://manos.malihu.gr/jquery-custom-content-scroller
/*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.0.6
*
* Requires: 1.2.2+
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.4
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
*
* @copyright Copyright 2008-2012 Allan Jardine, all rights reserved.
*