Tag Archives: fnDrawCallback

jQuery: Bind an onClick Event to an Item in a DataTables Row

Because the DataTables was being fed through a server-side script, in other words the actual table data is loaded by the DataTables plugin itself, my jQuery function that was supposed to interact with the clicking of a smiley face couldn’t work because the elements it was meant to interact with simply didn’t exist when the page’s initial DOM tree was being loaded. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , | View Comments