You might not need jQuery or Javascript!
Transition jQuery has provided easy access to complicated core Javascript solutions in the past and has been shielding us from difficult workarounds for legacy browsers. But times have changed and many...
View ArticleImporting CSV files with HTML5 and Papa Parse!
PAPA PARSE Papa Parse is a powerful, in-browser CSV parser for the big boys and girls :)If you do need easy CSV parsing and conversion back to CSV, take a look at it! SIMPLE TESTDRIVE ABOUT Papa Parse...
View ArticleCSS3 Animations with Special Effects.
A nice set of CSS3 Animations that can be easily used to spice up your design. The animations can be triggered through Javascript, jQuery and the timings can be tweaked through pure CSS. The package...
View ArticlejQuery QueryBuilder
QueryBuilder is an UI component to create queries and filters. It can be used on advanced search engine pages, administration backends, etc. It is highly customizable and is pluggable to many jQuery...
View ArticleElement Selections via Regular Expression with jQuery filter
Easily target images with the jQuery filter function, using a Regular Expression. With this you can easily find elements that have a matching class, like ‘featured_image’ or ‘testimonial_image’....
View Article60+fps lightweight parallax for jQuery
A tiny requestAnimationFrame powered 60+fps lightweight parallax tilt effect for jQuery. See the Pen Parallax tilt effect, Tilt.js by Aldo Ferrari (@AldoFerrari) on CodePen. GitHub
View ArticleGreenApe is breathing again
After some downtime, GreenApe is breathing again. I revived the brand with a good friend of mine and we will be reopening shop options shortly. Michael and I have been friends for a long time. We have...
View ArticleLets fix the short comings of current CSS integrations – EQCSS / Element queries
“Element queries are a new way of thinking about responsive web design where the responsive conditions apply to elements on the page instead of the width or height of the browser. Unlike CSS @media...
View ArticleBrowse tree-like data in columns, similar to OS X’s file manager – FinderJS
Data source: Array or Function (useful for asynchronous operations, e.g. calling an API). Styling: Use any CSS/framework of choice (Flexbox). You can also define how items are rendered and change...
View ArticleJoyride 2 – create website tour in style
Joyride is an easy to configure site tour wizard. Joyride
View ArticlejQuery Knob … a dial to rule them all
Canvas based dial that adds mouse click, wheel mouse, keyboard and finger / touch events. Really nice jQuery Knob
View ArticleImporting CSV files with HTML5 and Papa Parse!
Papa Parse is the powerful, in-browser CSV parser for big boys and girls If you do need easy CSV parsing and conversion back to CSV, take a look at it!// Parse CSV string var data = Papa.parse(csv); //...
View ArticleSmart sticky elements with Sticky-Kit
Sticky-kit provides an easy way to attach elements to the page when the user scrolls such that the element is always visible.$("#sticky_item").stick_in_parent() .on("sticky_kit:stick", function(e) {...
View ArticlejQuery Stuck it to them :)
A responsive sticky element plugin, designed to be used with Foundation, Bootstrap or your own css solution. jQuery Stuck
View ArticleSimple overlay instructions for your apps – Chardin.js
Chardin.js is a jQuery plugin that creates a simple overlay to display instructions for certain elements on a page. GitHub
View ArticlejQuery Scroll Indicator Bullets
jQuery plugin to create a scroll indicator bullet navigation on the right side of the screen. The plugin require Waypoints. GitHub
View ArticleElegant + responsive + flexible + lightweight = IZIMODAL
If you are looking for an elegant, responsive, flexible and lightweight jQuery modal solution, IZIMODAL might be the right solution for you Default options:$("#modal").iziModal({ title: '', subtitle:...
View ArticlejQuery Complexify – accurately inform users of password strength
“Complexify is implemented as a jQuery function that can be called on input fields. The function takes options and a callback that will be called with the results of the validation. The valid argument...
View ArticleTimedropper – select time with style
Timedropper allows you to select time with some style. Its a jQuery plugin and adding it is simple:$( "#alarm" ).timeDropper();Timedropper
View Article