Showing posts with the label AjaxShow all
Autocomplete Search with Laravel, jQuery and Ajax

Registration Form with real time validations

View data in a Bootstrap modal using Ajax, jQuery and PHP

Get data from database and display without refreshing the web page

Dynamic and Dependent Select Box with jQuery, Ajax and PHP

Auto complete search with Ajax, jQuery, PHP and MYSQL

Today I came up with another tutorial based on jQuery and Ajax. Apart from them PHP and MYSQL also connected with this article. I'm going to create an autocomplete search box which displays available results in the database, matched with the word phrase we …

Check username availability in database using Ajax and Codeigniter

Today I'm going to do a small tutorial based on Ajax and Codeigniter. It's a kind of validation tutorial for username that we see always when we register in web sites. I think you have seen a real time validation for a entered username is included in many on…