Ajax In Codeigniter

$.ajax({type:”POST”,url:”design/teetypeajax”,data:{id:val},success:function(response){alert(response);}});

Similar Posts

3 Comments

  1. AJAX = Asynchronous JavaScript and XML. AJAX is not a new programming language, but a new way to use existing standards.

  2. From my mind AJAX means that describes a new approach to using a number of existing technologies together.

Leave a Reply

Your email address will not be published. Required fields are marked *