how to show an ajax loading image next to a button after clicked using jquery
Posted
by ooo
on Stack Overflow
See other posts from Stack Overflow
or by ooo
Published on 2010-06-02T16:49:46Z
Indexed on
2010/06/02
16:54 UTC
Read the original article
Hit count: 183
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)
© Stack Overflow or respective owner