Re: Is Ajax in messages/index.php connected with the table?
After painstakingly removing all the table, tr and td from ajax.js the form now works without tables, giving me a lot more freedom to restyle it.
I’ve also replaced this
checkboxes = j("#message-threads tr td input[type='checkbox']");
With this
checkboxes = j("#inboxcheck");
and added id=”inboxcheck” to the input tag in index.php.
It works fine. It actually seems faster.
I guess the broken delete buttons in 1.1.3 had the same cause. I’ll revisit that next week…