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

Posted in Uncategorized | Tagged , | Leave a comment

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

Posted in Uncategorized | Tagged , , | Leave a comment