Bram.us » jquery

Tag Archive

ajax asus audio backup barcamp calendar delicious digital nomad download driver dropbox export facebook flickr gmail google googleapps googlecalendar greasemonkey iis image imap import instsrv Javascript jquery kayako mail photoshop preview prototype psd2txt realtek serialize service srvany supportsuite the cloud TinyMCE tool twitter txt2psd upload windows server xp

Accessing data saved in the class property of DOM-elements with jQuery

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 »

jQuery.serializeAnything : Serialize anything (and not just forms!)

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 »

Barcamp Ghent

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 »