Using jQuery Listnav Plugin

Posted by & filed under Learn jQuery Now.

Yesterday I was looking around for a creative way to display what will eventually become a very large list of information. Generally I would just use extra links and sort them alphabetically. For me it had never seen like the most ideal solution. Forcing the user to wait while the page reloads itself is actually… Read more »

Creating a jQueryUI Accordian

Posted by & filed under Learn jQuery Now.

An accordion is the ideal choice for when you have to put a lot of information on the screen, but you do not have a lot of screen real estate available for that information. Luckily for us we can create an accordion very easily using jQueryUI. First thing you need to do is place all… Read more »