Hi All,
Always with the resizable() command.
If I don't want to see the "SE" handle ? ==>
- $(myResizerObject).mouseover(function(evt){
- $(this.getElementsByClassName('ui-resizable-se')).css({display: 'none'});
- })
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 ...
@+