[jQuery] Interface: Resizeable question

[jQuery] Interface: Resizeable question


Does anyone know how to alter the iresizeable.js file to allow multiple
resizeable elements on the page? Right now it seems very dependant on IDs,
but I need it to be class based.
For example I need the handles in each one of these divs to resize the
parent div. Right now it just resizes the last element with the resizeable
class on the page.
<div style="" class="phaseWrapper">
<div style="width: 100px" class="phase draggable resizeable" id="a1">
<div class="resizeE"></div>
<div class="resizeW"></div>
</div>
</div>
<div style="" class="phaseWrapper">
<div style="width: 200px" class="phase draggable resizeable" id="a2">
<div class="resizeE"></div>
<div class="resizeW"></div>
</div>
</div>
Any ideas? I've been staring at the code and I'm clueless on what to change
:/
--
View this message in context: http://www.nabble.com/Interface%3A-Resizeable-question-tf2810150.html#a7841608
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/