jQuery's resizable() method is acting nuts -


i've been having lot of trouble taming resizable() method. had element had built, called "imgbox" contained img tag , img wanted make resizable. whole thing prepended "canvas" div, ended line:

.prependto('#canvas')).find('img').resizable(image_resizeops);

this worked fine firefox, chrome, , ie safari height resizable() method assigned ui_wrapper around img height of container canvas, i.e, height of #canvascontainer. if tried prepending #canvascontainer height assigned ui_wrapper height of container of canvascontainer, #wrapper. somehow parameters prepend part of chain getting mixed latter part of chain! decided couldn't trust values resizable() assigned ui_wrapper or img after call manually set ui_wrapper , img width , height wanted.

i'm wondering if resizable() has reputation misbehaving , if there guidelines out there.

thanks


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -