Param
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
<div>
<input type="button" value="Show" id="btnShowParams" />
<?php
echo
YsJQuery::newInstance()
->onClick()
->in('#btnShowParams')
->execute(
sprintf('alert(%s)',
YsJQuery::param(array('width' =>1680, 'height' => 1050)))
)
?>
</div>

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