Assuming you mean the Interface resizables, there is no way yo do so without recoding the library. It hardcodes the ID's for the resize blobs - this is Very Bad.
The only way I could get around this was to add or remove the resize blobs when I click (and/or choose to edit) on an item. But this is a bit messy. Someone needs to write a new resizable plugin that has some extra (documented!) functions - like add_resize_blobs(), remove_resize_blobs() and some other stuff!! :) Apart from that problem it's not a bad plugin :) Cheers. On Jul 18, 12:35 pm, jn <[EMAIL PROTECTED]> wrote: > I've tried everything I can to get the handles to work for multiple > resizables, but it just won't work. > > You can't use a class for the handles, so I tried using each() to loop > over the resizables and specify the handles using unique ids. I tried > passing DOM elements for the handles. > > What is the trick to having multiple resizables?