Send form data using ajax-JQUERY , AJAX , JSON

preview_player
Показать описание
#AJAX #JQUERY #FORM #WebDevelopment

Hello guys in this video im going to show you how to create simple form using bootstrap and send the data of form using ajax
Рекомендации по теме
Комментарии
Автор

Where did you get the addperson api from?

yazanstar
Автор

Can I take data from my React form into my personal gmail id without using any librariies like email.js elastic email etc. and also without using server. If yes then please give me a solution or reference.

ruhulmirza
Автор

Excellent explanation to create url... for update form data...

mundlapatipraveen
Автор

Where did you copy the localhost url from?

priyagaikwad
Автор

npm install -g http-server giving me an erorr, any help ?

NivBarchechet
Автор

why doesn't this work? $(()=>{
$('form').submit(function( event ) {
event.preventDefault();
console.log( $( this ).serializeArray() );

});
});

arvindynr