This is the official blog of the jquery multiple column selectbox plugin, A jquery plugin that creates a multi column selectbox a.k.a multicolselect


Download the plugin at googlecode http://code.google.com/p/jquerymulticolumnselectbox/

Submit an Issue or bugs http://code.google.com/p/jquerymulticolumnselectbox/issues/list

Tuesday, September 30, 2008

On Innovation

Innovation is not about saying yes to everything. It's about saying NO to all but the most crucial features -- Steve Jobs

Monday, September 29, 2008

Now supports table heading

You can now add a table heading to your multiple column selectbox by using the <th> tag

below is a sample


<div id="datatable">

<table cellspacing="0" width="100%">

<tr>

<th>ID</th><th>Key</th><th>Fruit</th>

</tr>

<tr>

<td>1</td><td>1234</td><td>Apple</td>

</tr>

<tr>

<td>2</td><td>1111</td><td>Cat</td>

</tr>

<tr>

<td>3</td><td>5555</td><td>Dog</td>

</tr>

</table>

</div>

Friday, September 26, 2008

The road to improvements

Right now I have just launched jquery multi column select box a.k.a multicolselect on google code and made a blog here on blogger, the core concept is already in place in the code, and still improvements is on the way, from what I see this should be the new features on the next release...

  1. Heading - because its now more than one column u need a heading to specify a column (I'm planning to use <th> tag here).

    Well so far thats it... for now...

Welcome to jquery multi column selectbox

This is the official blog of the jquery multiple column selectbox plugin, A jquery plugin that creates a multi column selectbox a.k.a multicolselect

Download the plugin at googlecode
http://code.google.com/p/jquerymulticolumnselectbox/

Submit an Issue or bugs
http://code.google.com/p/jquerymulticolumnselectbox/issues/list