Posts tagged widget

jQuery – Tabs

With the power of the jQuery UI, you can use widgets to quickly build a web site structure.
Part 3
So far, I haven’t talked much about the jQuery Tabs structure. It is one of those constructs that can hold a lot of information and present it in a very compact form.  It is also an [...]

jQuery – Accordion

With the power of the jQuery UI, you can use widgets to quickly build a web site structure.
Part 2
With the Accordion and Tabs in place forming the basic web page structure, it’s time to figure out how things are going to work – how will the Accordion behave.  For instance, clicking on the main heading [...]

jQuery as Structure

jQuery as Structure

With the power of the jQuery UI, you can use widgets to quickly build a web site structure.

Part 1

jQuery is a javascript framework that has given web pages quite a bit of interactivity.  As I explored how to use this framework, I stumbled upon an article on how to use jQuery widgets to build web page structure and navigation.  So, I took that idea and started to make