Hi all,
I’m new to plugin development so i need to ask, does anyone know how i can make an ajax call from javascript in a velocity template so i can update a field on a form in real time when the user selects an option in a drop down list box?
so say i select a value in a dropdown, i want to call my java method have it perform some action and send the result back.
I’ve had a look and I’ve read i should be using an ajax call, but i’ve no idea how to set this up, or even get the url for my class. So if anyone could help me out or even provide some documentation that woulbe be great!!
Thanks