Hi, there, Drupallers.

I'm trying to create a sort of per-piece review module in order to make it easier for artists to review stuff. What it means, though, is that I need to be able to create a node using information in a form that I made, without reloading a page.

Is there a tutorial for that sort of thing? I know nothing whatsoever about JavaScript/Ajax and so I don't know where to begin. Any pointers?

Thanks,
Rory

Comments

vm’s picture

you would start by learning jQuery's JS library.

investigate the JStools.module which I believe already has within it an AJAX node submit module.