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…