[jQuery] Re: Splitted list

2008-11-10 Thread IschaGast
Great plugin!! This does almost what I wanted only one little thing... At the moment when you have this list: After the plugin is attached this is the HTML I wished my unordered list still had the same class because than is easier to style with/without js. It then will look always the same

[jQuery] Re: Splitted list

2008-11-07 Thread Karl Swedberg
I wrote a plugin that does this. It's completely undocumented, because I just wrote it for a friend, but the basic usage would be: $('ul.list_splitted').columns({columns: 2}); You can see a demo here: http://plugins.learningjquery.com/columns/ View source to see what the lists look like befo