User login

Reply to comment

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 ] }
);

Reply

The content of this field is kept private and will not be shown publicly.