Datedropper – elegant way to enter dates
Datedropper is a jQuery Plugin that provides a quick and appealing interface to enter dates. Nice little plugin to spice up your interface. Definitely part of my list of essentials :) datedropper
View ArticleClockPicker – elegant way to choose time
This time picker provides a unique way to enhance your input fields. Use a clock interface to enter the time. The plugin works with Bootstrap or standalone. Part of my essentials :) ClockPicker
View ArticlejQuery Template – Simple templating solution
“jQuery Template is a plugin that makes using templates easy and quick. The plugin supports loading HTML files as templates, or taking a jQuery object as the template (usually using script tags to hold...
View ArticleTransparency – minimal template engine that maps JSON objects to DOM elements
“Transparency is a minimal template engine for jQuery. It maps JSON objects to DOM elements with zero configuration.” Semantic data binding – No need for <%=foo%> or {{foo}} assignments...
View ArticleHow to choose the right JavaScript framework for your next single-page...
How do I choose the right JavaScript framework for my next single-page application project? A question I have asked myself over and over again. There are countless options these days, that claim to be...
View ArticleFullpage.js Addon for Visual Composer – Video Preview
This video should give you a good idea what the addon can actually do. In my last article I gave you a rough overview of the features & requirements. Here some more details and additions: Added the...
View ArticleGet notified for CSS, Attribute or Property changes in an element
jQuery-Watch is a nice little plugin that monitors CSS, Attribute or Property changes in an element. It uses the MutationObserver internally for modern browsers and uses setInterval() polling as a...
View ArticleDelay calls to only fire once the resize event stopped
The timeout is cleared every time a resize event fires, making sure your code is only executed once the resizing actually stopped.var timer; $(window).on('resize', function(e) { clearTimeout(timer);...
View Articleslick – flexible & responsive carousel slider
Fully responsive. Scales with its container. Separate settings per breakpoint Uses CSS3 when available. Fully functional when not. Swipe enabled. Or disabled, if you prefer. Desktop mouse dragging...
View ArticleFullpage.js / enhance SlimScroll to detect visible content for animations
When using Fullpage.js, overflowing section / slide content will be made scrollable with Slimscroll. If you want to use addons that rely on the natural scroll event, these will fail with Slimscroll....
View ArticleDetecting if elements are visible in the current viewport
BASIC CHECK using getBoundingClientRect & jQuery. “The returned value is a DOMRect object, which contains read-only left, top, right and bottom properties describing the border-box in pixels. top...
View ArticleiCheck – cross browser radio buttons and checkboxes
Finally identical inputs across different browsers and devices — both desktop and mobile. iCheck is verified to work in Internet Explorer 6+, Firefox 2+, Opera 9+, Google Chrome and Safari browsers....
View ArticleGoogle Analytics Custom Event Tracking – jQuery
With inline content being loaded via ajax, you are loosing a lot of interesting usage data. These can be tracked using Google Analytics Events or by sending a Pageview. LETS SHOW IT ALL FIRST...
View ArticleEmulate click in Safari Mobile
var el = document.getElementById('YourElementID'); var e = document.createEvent("MouseEvents"); e.initMouseEvent("click", true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);...
View ArticleWPLMS + MyCred Points + Instructor Commission Points payout
I am currently working on a WPLMS enhancement for a customer, that allows to simplify the payout of instructor commissions. The whole system runs on the MyCred Points System and students pay for...
View ArticleHeadless WordPress with the HTTP REST API 2.0+
Using WordPress as a headless system, is nothing new. You can easily build out your own REST API or use the long available HTTP REST API 1.0+ for WordPress. But with the new HTTP REST API 2.0+ its...
View ArticleMy Javascript Stack
Some time ago I said: “My perfect framework, is a set of solid singular solutions that have proven themselves over the years. Working solo or together in harmony”. Here is a list of some of my core...
View ArticlejQuery Cards – collection of jQuery plugins
A repository of over 1000 quality jQuery plugins in categories like UI, Forms, Media, Navigation … All nice, as long as those plugins are being updated. We had respositories of jQuery plugins before,...
View ArticlejQuery.sheet Easy & Wicked Fast spreadsheets for the web
jQuery.sheet is spreadsheet plugin, that offers creation, viewing and editing. All combined with a nice API. jQuery.sheet
View Article