How do I hide the ui.resizable handles when resizing is disabled?

How do I hide the ui.resizable handles when resizing is disabled?


I'd like to set up a resizable and then disable/enable the ability to
resize from user interaction. I see that I can use 'enable' and
'disable' and it works except that the handles remain even when it's
disabled. This makes it look like the user can resize, even though
they can't.
I guess I could destroy the resizable and recreate it to get the
desired behavior but I was hoping there was something a little more
elegant.
thanks,
c. loki