Javascript AJAX code not working

The AJAX code in javascript is not working

Hi @dasdikshita763

The error you are encountering might be due to the extra curly bracket " } ". Please remove the curly bracket " } " just above the closing script tag . This should solve the issue. If not , then please share the html code as well.

If you still face any issues, please feel free to get back to us.

1 Like

Hi @dasdikshita763,

It looks like the error in your AJAX code might be due to an extra curly bracket at the end. You have four closing curly brackets (}) when there should only be three. Removing the extra bracket should help resolve the issue.

Hope this helps!

Hi @dasdikshita763,

The issue you’re encountering could be related to an extra curly bracket " } " in your code. Please check for any additional curly brackets, especially above the closing script tag, and remove them. This should resolve the problem. If the issue persists, please share your HTML code for further assistance.

Hi @dasdikshita763
The issue you’re encountering is due to the extra curly backet “}” in your code. Please remove the extra curly bracket.
I have shown here which extra backet need to be remove.