A few weeks ago former colleague Jurriaan wrote a PrototypeJS extension to accessing data stored within classes of HTML elements. Basically it comes down to assigning extra classes (classes such as gender_male for example, which represent a property and a value) on an element, which you then read/write via Jurriaan’s extension. As this way of assigning data is a technique I’ve been using too, I took the liberty of writing a jQuery blend of his script.
Read the rest of this entry »
Code snippet I found somewhere in my archive: jQuery.serializeAnything() is a jQuery Extension that serializes any element you specify, in contrast to jQuery’s builtin serialize() function which is limited to serializing form elements only.
Read the rest of this entry »
On November 29 I’ll be one of the 100 attendees at Barcamp Ghent 2. As one might expect, I’ll be doing a javascript related presentation, however I’m not quite sure what you guys want to hear me talking about.
Read the rest of this entry »