Hey,
I've tried searching everywhere for this but haven't found anything that was able to help me. I am working on a tagboard type script that calls AJAX after the user posts to make the new post show up. The tagboard calls a PHP script which checks to make sure the user included a name, message, and the correct captcha, and then once the PHP script verifies that everything is correct, it calls javascript which clears the input boxes on the main page. The problem is this javascript called by the php never actually executes. Using firebug I see that the new script appears on the page, it just doesn't do anything.
Does anyone know how to make javascript execute after the call to AJAX?
Thanks