CyberStore Ecommerce 2023 Documentation
ValidAJAXResponse Method
The response.
Valid AJAX response by determining if it has an actionable value.
Syntax
var value; // Type: any
value = ValidAJAXResponse(response);
function ValidAJAXResponse( 
   response : any
) : any;

Parameters

response
The response.

Return Value

true if the response is valid, false if not.