how to show an ajax loading image next to a button after clicked using jquery
- by ooo
i have a button that runs an ajax get which takes a long time. what is the easiest way of showing an ajax loading image RIGHT BESIDE to the right of the button.
i may move the button later in the layout so i wanted this to be dynamic (compared to a hard coded div in the layout)