In my attempt to add arrows to my Jquery dialog boxes, I've been following the approach outlined here.
However, this solution makes use of Jquery's ui-resizable-*
classes, but I don't want my dialog boxes to be actually resizable.
Is there another interaction I can use instead of resizable
, or is there a way of keeping the resizable
handles but disabling the resizable functionality?