Whats wrong with my ajax function?

Hi there

this is my AJAX file

I am trying to call and test AJAX function.
But I am getting error of function not defined in console.

Whats Wrong with my code?

Thanks

Hi,

In the “Frameworks & Extensions” pannel, change “onLoad” to “No wrap - in <body>”

Although I am not getting error in console now

but I am not still getting neither in error box neither in success box

functions are called with parentheses at the end, otherwise it’s only the reference to the function.

but with jQuery anyways, you can attach that more elegantly (http://jsfiddle.net/rwe2dc68/8/). but I didn’t fix the invalid jQuery calls.

its working fine know

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.