当前位置: 首页 > 文档资料 > Snap.svg 英文文档 >

Snap.ajax(…)

优质
小牛编辑
122浏览
2023-12-01

Simple implementation of Ajax

Parameters

  1. urlstringURL
  2. postDataobjectstringdata for post request
  3. callbackfunctioncallback
  4. scopeobjectscope of callback

or

Parameters

  1. urlstringURL
  2. callbackfunctioncallback
  3. scopeobjectscope of callback

Returns: XMLHttpRequest the XMLHttpRequest object, just in case