Basically i have a form(within a table) and inside the form a field, the form is submitted via ajax, and i have a span which receives the output from the AJAX(when its received a response from the server).The response is “Successfully updated” however as it turns out, the text actually moves my field. Is it possible for it …
via HTML Language Development » Search Results » ajax:
How to make this span not move my field?
Basically i have a form(within a table) and inside the form a field, the form is submitted via ajax, and i have a span which receives the output from the AJAX(when its received a response from the server).
The response is “Successfully updated” however as it turns out, the text actually moves my field. Is it possible for it not to do this?