The above syntax won't work. You will have to use a rather ugly workaround:
$("#editProfile").colorize( {hiliteColor:'none', oneClick:'true', banColumn : [ $(this).find('td:last')[0].cellIndex ] } );
More information about formatting options
Ban Last Column
The above syntax won't work. You will have to use a rather ugly workaround:
$("#editProfile").colorize(
{hiliteColor:'none',
oneClick:'true',
banColumn : [ $(this).find('td:last')[0].cellIndex ] }
);