Archive

Posts Tagged ‘plugin’

JQuery carousel plugin

March 26th, 2009 fbis No comments

This is the start of a jQuery carousel. I’ve used a few carousels but they require a lot of css editing to get them to change widths etc. I wanted one that could easily adapt to displaying different numbers of items. It accepts a noOfItems config that defines how many items it displays and it adjusts it’s width accordingly. Early days but not bad for a few hours work :)

Read more…

Categories: JQuery Tags: ,

Simple JQuery Treeview

January 30th, 2009 fbis 2 comments

I’ve been trying to write my first JQuery plug in and went for a tree view because I need to display some nested data. Nothing complicated and more about trying to understand the JQuery plug in structure really. It’s pretty well commented so I won’t explain it :D

Read more…

Categories: JQuery Tags: , ,