JQuery – bind event to non existant element
We all have to bind events to elements: $('#link).click(function(){ do some stuff }); But, what if that element doesn’t…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
We all have to bind events to elements: $('#link).click(function(){ do some stuff }); But, what if that element doesn’t…
Just a simple function to sort an already populated list. Obviously it would be easier to sort before populating, but…
Its not a claim to fame, or a preempt to a court case to a ‘big hitter’, but back in…
On a project I am working on, I need to enable language translation. Thinking about it, turned into something quite…