Kembali ke Beranda
Programming

AJAX Often Used

Ajax (acronym for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create asynchronous web applications.

AJAX Submit Form > var options = { > > beforeSubmit: showRequest, > success: showResponse > > }; > > $(" theForm").ajaxSubmit(options); > > function showRequest(formData, jqForm, options){ > > } > > function showResponse(responseText, statusText, xhr, $form){ > > } Source : http://malsup.com/jquery/form/ AJAX Get > $.get( "ajax/test.html", function( data ) { > $( ".result" ).html( data ); > alert( "Load was performed." ); > }); Source : http://api.jquery.com/jquery.get/

ajaxhtmljavajavascriptjqueryormserverweb-application
Nirantara Logo

Published by Nirantara

Nirantara is an Indonesian Enterprise AI company specializing in Enterprise AI, RAG, Intelligent Search, and AI Automation. Article written by andre.

Learn more about Nirantara