-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when calling $$.post #55
Comments
$$.post("backend.php", {command: 'next'}); El miércoles, 6 de marzo de 2013 a las 23:46, thomasvalera escribió:
|
hi i 'm jitendra patidra i have use $$.post i have get this type error TypeError: settings.error.call is not a function var Urls = sitesetting.webRoot + "/HomePagejTemplates/CheckWishListItem.ashx?ItemId=" + ItemId;
|
I have a $$.post sending a command to backend.php.
This backend does not echo any data and all works as expected.
Only when I echo something from the backend and thus change the code by:
I get the following error:
The text was updated successfully, but these errors were encountered: