MyBB Community Forums

Full Version: using ajax in plugin development
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, using pageManager i made a test page to try ajax functionality.

just added a button to make ajax call and write the result into a div.

all is working fine but responseText is always empty.

i suspect the server function function ajax_handler is never called.

in attach the page exported.

can someone help me to point what's wrong?

Thanks.