List.js
Do you want a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable? Yeah! Do you also want the possibility to add, edit and remove...
View ArticleOverthrow
Wieder was für die Toolbox: Overthrow Perhaps most importantly, Overthrow enables overflow support as a qualified, progressive enhancement, meaning your content starts out uncropped and accessible, and...
View Articlesequence.js
Sequence.js verfolgt eine coole Slider Idee. Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcing you to use a set...
View Articleskrollr
Ich habe gerade ein wenig mit skrollr herumgespielt – sehr nett. skrollr allows you to animate any CSS property of any element depending on the horizontal scrollbar position. All you need to do is...
View ArticleResponsive Images in WordPress
Keir Whitaker beschreibt einen Weg in WordPress automatisch responsive Images zu erzeugen. The simplest way to see the script in action (if you are using a desktop browser) is to resize this screen so...
View Articlewindow.matchMedia
Spannend gerade lese ich auf hacks.mozilla.org wie man media queries in JavaScript abfragen kann: var widthQuery = window.matchMedia("(min-width: 600px)"); Der Browser Support ist nicht so schlecht:...
View ArticlejQuery: Scroll to an Element Without a Plugin
Gut sich gelegentlich daran zu erinnern, das man nicht immer ein Plugin braucht. Ein simples scrollTo erledigt jQuery ganz alleine: $('html, body').animate({ scrollTop: $("#elementID").offset().top },...
View ArticleBessere Select Boxen mit Select2
Wow, Select2 Version 2.1 erweitert Select Boxen um etliche sehr nützliche Funktionen: Working with large datasets: Chosen requires the entire dataset to be loaded as option tags in the DOM, which...
View ArticleDropdown Listen mit Bildern
Mit dem jQuery Plugin ddSlick lassen sich Dropdown Liste mit Bildern und Beschreibungen der Einträge erweitern. Adds images and description to otherwise boring drop downs. Allows JSON to populate the...
View ArticlejQuery Autocomplete Erweitern
Will man jQuery Autocomplete mit einem lokalen JSON Array nutzen, hat aber mehr als die beiden default Werte label und value hilft dieser Code: $(document).ready(function() { var schools = [ { "label":...
View Article