Demo PHP Voting System with jQuery AJAX

Links
Favorite Star Rating with jQuery
This tutorial is for doing favorite star rating using jQuery. It displays list of HTML stars by using li tags. These stars are highlighted by using CSS and jQuery based on the favorite rating selected by the user.
PHP RSS Feed Read and List
PHP's simplexml_load_file() function is used for reading data from xml file. Using this function, we can parse RSS feed to get item object array.
jQuery AJAX Autocomplete – Country Example
Autocomplete feature is used to provide auto suggestion for users while entering input. It suggests country names for the users based on the keyword they entered into the input field by using jQuery AJAX.

Back to Tutorial

Back to Top