Get
Load data from the server using a HTTP GET request.
<div>
<input type="button" value="Get Data [GET]" id="ajaxGetType" />
<?php
echo
YsJQuery::newInstance()
->onClick()
->in('#ajaxGetType')
->execute(
YsJQuery::get(
'examples/response/ajaxResponse.php',
array('my_data' => 'data'),
new YsJsFunction('alert(response)','response'),
YsJQueryConstant::DATA_TYPE_HTML
)
);
?>
</div>

Support requests, bug reports, and off-topic comments will be deleted without warning.