Expected Identifier Or String In Javascript
function GetHTML(url, para) { var data = $.ajax({ url: url, global: false, type: 'POST', data: para, dataType: 'html', async: fa
Solution 1:
Remove the comma after async: false
,
Try using jslint - it can help pick up things like this.
Post a Comment for "Expected Identifier Or String In Javascript"