[jQuery] Resizable and Draggable button

[jQuery] Resizable and Draggable button


Hello,
I'm trying to apply the resizable and draggable behaviors to a
standard HTML input button.
I've found so far that the draggable behavior doesn't work outright.
Is there something I need to do to make that work?
I've also found that the resizable behavior will work as long as I
don't apply any options. Once I apply options, I get an error that
states that "options is null or not an object" on line 2214 of the
jquery ui js file.
Any suggestions?