
Sithu Kyaw - 2011-12-19 10:22:02
I got the error :
Parse error: syntax error, unexpected '*' in ....\remote-download\ajax.php on line 7
Although jquery is included, I found just a line of code which uses jquery.
$('#gif').remove();
Others are using native javascript code such as document.getElementById(..) and even XMLHttpRequest for AJAX.
JQuery already provides AJAX calls such $.ajax(), $.get(), etc.