Category Archives: Ajax-javscript-jquery

Datepicker jquery validation message not disappear.date picker validation message using rules jquery.

Solution:use the $(this).valid() function in the date picker For example see the below code

Jquery Click event firing Multiple times/On change event happens more than twice

Below Ajax code executing more than once in a single change event.Here if i m trying to upload the file in the ajax call server side script is executing more than once

Soultion: change the click action with bind option as below

Dynamically generated content in the web page contains an onclick action not working

please see the code below link is generated via ajax call based on one dropdown selection

file download code looks like as below

The above code is not firing the download action Solution: change the first line of code-instead of click add on action

TypeError: ‘append’ called on an object that does not implement interface FormData.

I m getting the below error while executting the ajax call with FormData TypeError: ‘append’ called on an object that does not implement interface FormData. Present code Looks like as below

Solution:Please add the below lines of code in the ajax request processData: false