Resizable() grip display customizable (?)

Resizable() grip display customizable (?)

Hi All,

Always with the resizable() command.

If I don't want to see the "SE" handle ? ==> 
  1. $(myResizerObject).mouseover(function(evt){
  2. $(this.getElementsByClassName('ui-resizable-se')).css({display: 'none'});
  3. })

Not smart ...

Why not a "grip" option with the same "philosophy" of "handle" option for the accepted values ?
like this : GRIP:   " n, e, s, w, ne, se, sw, nw, all"

And the combination between "grip" and "autoHide" could give more ...


@+