Meek Consulting Websites
Tag Archives: xajax
Using Fading Div tag messages to show ajax call results without requiring click.
We use xajax calls to server functions to update databases or insert records from a web page. Usually when they finish they return javascript to close the dialog or div tag and show an alert — this can be maddening … Continue reading
Refreshing jquery-ui tabs using php xajax calls
I have a jquery-ui tab displays information that can be edited using a xajax pop up dialog. After saving the dialog I wanted to “refresh” the current tab. This little bit of code in the server did the trick. … Continue reading