Module jquery.sap.sjax


Contained Namespaces, Types, Enums & Classes
jQuery.sap.sjax Convenience wrapper around jQuery.ajax() that avoids the need for callback functions when synchronous calls are made.
jQuery.sap.syncGet Convenience wrapper for jQuery.sap.sjax that enforeces the Http method GET and defaults the data type of the result to 'text'.
jQuery.sap.syncGetJSON Convenience wrapper for jQuery.sap.sjax that enforces the Http method GET and the data type 'json'.
jQuery.sap.syncGetText Convenience wrapper for jQuery.sap.sjax that enforces the Http method GET and the data type 'text'.
jQuery.sap.syncPost Convenience wrapper for jQuery.sap.sjax that enforces the Http method POST and defaults the data type of the result to 'text'.