jQuery Star Rating System This is jQuery plugin for star rating systems.The code below is modified of original script to make it simpler for you to develop a star rating in your application. Check the demo below hover and click events on stars to change there state Find the complete package of Simple Star Rating…
AJAX(Asynchronous JavaScript And XML) is nothing but a technique which uses the JavaScript and XML together to provide the flexibility in interactive web pages. It is used to send a request to the server using the XMLHttpRequest and use the result sent by the server in the web page. Once you use an application…
A problem that often occurs in web development is a conflict between your jQuery function and some other JavaScript library. This is due to many JavaScript libraries use $ as a function or variable name, just as jQuery does. In jQuery’s case,$ is just an alias for jQuery, so all functionality is available without…
JSON (JavaScript Object Notation) is a text-based, light-weighted, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON follows a small set of formatting rules for the portable representation of structured data. It is easy for humans to read and write and easy for machines to parse and generate. These properties…