[jQuery] trying to use kiketables to call individual table id

[jQuery] trying to use kiketables to call individual table id


hi,
trying to use kiketables to stretch and collapse an individual table.
This doesn't work:
        $("#table_sometable")
            .eq(0)
                .kiketable_colsizable({
                    fixWidth :        true,
                    dragOpacity :    0,
                    dragMove : true,
                    dragProxy : "area",
                    //onLoad : fnOnLoad
                    })
                .end()
            ;
Any help would be appreciated!
David Kaplan