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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -