Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145903 | Jul 12,2019 12:46 PM UTC | Jul 16,2019 07:29 AM UTC | jQuery | 3 |
![]() |
Tags: ejDatePicker |
function create()
{
if($("#dateOfBirth").valid())
{
$.ajax({
url: 'url',
cache: false,
type: 'POST',
contentType: 'application/json; charset=utf-8',
success: function (data) {
alert("Client Added Successfully");
}
}).fail(
function (xhr, textStatus, err) {
alert("An error occurred while attempting to Add this client");
});
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.