Jquery Add CSS
$(‘#div-id’).css(‘color’, ‘red’);
Website Designing Blog
Learning Ajax
$(‘#div-id’).css(‘color’, ‘red’);
Important syntex : serialize() : This is used for to take form data Basic Ajax form submit below is javascript code: <script> $(document).ready(function(){ $(‘#btn’).click(function(){ $.ajax({
AJAX The HTTP method to use for the request (e.g. “POST”, “GET”, “PUT”). $.ajax() can be used to send http GET, POST, PUT, DELETE etc. request. It