By default, the jQuery UI Accordion widget allows only one panel to be opened at any given time.As the plugin name hints, 'jQuery UI Multiple Sections Open Accordion' allows opening more than one panel at a time, without closing the previously opened...

read more

jQuery.loadHtml takes remote HTML documents and loads them on the current page inside specified locations.The entire system is a nice way of loading dynamic content on a page via jQuery instead of classic HTML pages.This means content can be switched...

jQuery.ajax.fake allows an AJAX request to take place even if the service itself is not ready yet.When that happens, the request is switched from the mocker to the real service, with no extra complications.Usage instructions are included with the download...