jQuery UI – Adding jQueryUI to your Web Page
jQueryUI is a plugin, just as was discussed earlier, developed by the jQuery team. It can be used to modify the user interface of a webpage using basic jQuery techniques. To install you will need to include the jQuery JavaScript source file, the jQuery UI JavaScript source file, and the jQuery UI CSS file. The…