jquery - jQueryUI - custom handle not working -
i know there's few questions on this, can see doing correctly. alas, no joy.
//create , append custom resize (se) handle asset.append($('<button />', {text: 'l'}).addclass('ui-resizable-handle ui-resizable-se')); //give asset resizability asset.resizable({handles: {se: '.ui-resizable-se'}, aspectratio: true});
there no errors, , handle correctly appears, 2 classes. it's drag doesn't happen...
i have had drag working, when allow jqueryui generate handle me, not custom handle.
this question mentioned bug custom handles fixed, i'm on latest version (1.10.3) not sure what's up.
what's not like? if nothing obvious, i'll set fiddle demo.
thanks in advance
Comments
Post a Comment