
Any source code modifications must leave the original copyright code headers intact. You are free to use it in personal, commercial, government and any other type of application.Īll source code is copyright © Rick Strahl, West Wind Technologies, regardless of changes made to them. There's no charge to use, integrate or modify the code for this project. resizableTableColumns ( ) //$("td:first-child,td:nth-child(2),td:nth-child(3)").resizableTableColumns() įor more info on this plug-in please see the jQuery-resizable and Table Column Resizing Blog post that describes this plug-in in more detail.

* this is important! make sure you define this here or in jQuery codef */ If the selector is prepended by a > the element is searched inside the resized component. Usually this results in undesirable behavior but you can limit the drag start location using the onDragStart handler. If no selector is passed the element itself becomes resizable.

This can be a string, a DOM object or an existing jQuery selector. Var opt = Ī jQuery selector or DOM element that acts as a selector.
