[FX.php List] JavaScript, AJAX, jQuery assistance?
Nick
whatdoyouwant at gmail.com
Wed Sep 26 23:30:51 MDT 2007
I'm sorry, it should be as simple as changing your load function on your
main page to this:
function load()
{
if(LAJAX.state() == 4) {
document.getElementById('getDIV').innerHTML=LAJAX.result();
JT_init(); // notice this line being run after a
successful load
} else {
document.getElementById('getDIV').innerHTML=".. " +
LAJAX.state();
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20070927/0fcfef5e/attachment.html
More information about the FX.php_List
mailing list