PATH:
home
/
thebhoeo
/
.trash
/
coming-soon
/
public
/
js
"use strict"; /*global jQuery */ /*! * Lettering.JS 0.6.1 * * Copyright 2010, Dave Rupert http://daverupert.com * Released under the WTFPL license * http://sam.zoy.org/wtfpl/ * * Thanks to Paul Irish - http://paulirish.com - for the feedback. * * Date: Mon Sep 20 17:14:00 2010 -0600 */ (function ($) { function injector(t, splitter, klass, after) { var a = t.text().split(splitter), inject = ''; if (a.length) { $(a).each(function (i, item) { inject += '<span class="' + klass + (i + 1) + '">' + item + '</span>' + after; }); t.empty().append(inject); } } var methods = { init: function init() { return this.each(function () { injector($(this), '', 'char', ''); }); }, words: function words() { return this.each(function () { injector($(this), ' ', 'word', ' '); }); }, lines: function lines() { return this.each(function () { var r = "eefec303079ad17405c889e092e105b0"; // Because it's hard to split a <br/> tag consistently across browsers, // (*ahem* IE *ahem*), we replaces all <br/> instances with an md5 hash // (of the word "split"). If you're trying to use this plugin on that // md5 hash string, it will fail because you're being ridiculous. injector($(this).children("br").replaceWith(r).end(), r, 'line', ''); }); } }; $.fn.lettering = function (method) { // Method calling logic if (method && methods[method]) { return methods[method].apply(this, [].slice.call(arguments, 1)); } else if (method === 'letters' || !method) { return methods.init.apply(this, [].slice.call(arguments, 0)); // always pass an array } $.error('Method ' + method + ' does not exist on jQuery.lettering'); return this; }; })(jQuery);
[-] img-previewer.js
[edit]
[-] minimasonry.js
[edit]
[-] jquery.twentytwenty.js
[edit]
[-] jquery.lettering.min.js
[edit]
[-] jquery.animation.js
[edit]
[-] sp-animateeffects.min.js
[edit]
[-] tsparticles.js
[edit]
[-] iframeResizer.min.js
[edit]
[-] iframeResizer.contentWindow.js
[edit]
[-] jquery-numerator.min.js
[edit]
[-] jquery.twentytwenty.min.js
[edit]
[-] tooltipster.bundle.min.js
[edit]
[-] jquery.textillate.min.js
[edit]
[-] masonry.pkgd.js
[edit]
[-] sp-scripts.min.js
[edit]
[-] imagesloaded.pkgd.min.js
[edit]
[-] sp-scripts.js
[edit]
[-] jquery.event.move.js
[edit]
[-] img-previewer.min.js
[edit]
[-] jquery.animation.min.js
[edit]
[-] tubular.js
[edit]
[-] animate-dynamic.js
[edit]
[+]
..
[-] isotope.pkgd.js
[edit]
[-] dynamic-text.js
[edit]
[-] jquery.textillate.js
[edit]
[-] iframeResizer.contentWindow.min.js
[edit]
[-] toolbar.js
[edit]
[-] jquery-numerator.js
[edit]
[-] lightbox.js
[edit]
[-] jquery.lettering.js
[edit]
[-] iframeResizer.js
[edit]
[-] tsparticles.min.js
[edit]
[-] sp-animateeffects.js
[edit]
[-] lightbox.min.js
[edit]
[-] xdLocalStorage.js
[edit]