Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • querycomplete

    [starting from version: 2.3]

    It is triggered after the data query was complete. To track any errors use queryerror.

    Example

    flexmonster.on('querycomplete', function () {
      alert('Query is complete!');
    });
    

    Try on JSFiddle.

    See also

    runningquery
    queryerror