.on event not initiating?
Sorry to bring another question, but I'm a little confused here. I looked at the jQuery documentation and it states that the
.on function can attach events to future and current content on the page. Well, it seems as if it's not quite working they way it should, or I'm doing something completely wrong.
The searching works perfectly. The results are returned, and the table is correctly outputted (see:
http://puu.sh/2foZ4). However, whenever I click on a checkbox, the alert function that displays 'clicked' is not seen (this is for testing purposes).
Can anyone point me in the right direction? Thanks.