Ajax

Automatically Load Content and Refresh Div Using jQuery

auto load div jquery

Automatically loading content and displaying it without refreshing the page is an important feature any websites could have. Especially for news website and blog must have this feature to display most recent news/posts. Even top social websites have these features to display latest posts/tweets. You can also implement this feature easily using jQuery. You can …

Automatically Load Content and Refresh Div Using jQuery Read More »

Live Username Availability Checker and Password Strength Indicator With jQuery and Ajax

You would have seen various websites which checks username availability in real time and also tells you strength of your password during registration process. For example take “gmail signup” or twitter sign up process, their registration process is user oriented and very flexible, it tells user everything on run time. This tutorial is intended to …

Live Username Availability Checker and Password Strength Indicator With jQuery and Ajax Read More »

Create Ajax Based Searching System with PHP and jQuery

Google Suggest is a perfect example of Ajax based searching. Whenever you enter any letter in the search box Google suggest starts showing you some “suggestions”. How those suggested elements come to you? It’s because of Ajax. Whenever you enter any letter in Google search box a javascript runs behind the scene and passes that …

Create Ajax Based Searching System with PHP and jQuery Read More »