People for ajax in IE8 and maybe later, we need this code, just take
the code and and put my name. This cache option is for execute ajax
request. because IE execute it just one time...and tellme when will be
inserted the code.....sorry for my english... i speak spanish
$function .= ',url:\''.url_for($options['url']).'\'';
/* between */
// TODO: cache Ajax -just link access
/*
panc...@hotmail.com
* cache option, nesscesary for IE8 WTF #~@#~~~~
*/
if (isset($options['cache']) ) $function .= ',cache:'.
$options['cache'];
else $function .= ',cache: false';
$function .= '})';