javascript - Jquery resizeable issue -
I'm also trying to use the Rhesus option. This works when I write it:
$ (obj). Revised ({minHyight: 150, minWidth: 280, also resize: '.tab_content'});
But the problem is that all the 'tab_content' elements are resizing in the page, I want to be relative to 'obj' which includes 'tab_content', I tried: Also Resize: $ ('. Tab_content', obj)
but this did not work, any suggestions, thanks
I have not previously been resizable, but I will try to do something like this:
$ (obj) .resizable ({minHyight: 150, MinWidth: 280, Also Resize: $ (this). Chche ( '. Tab_content')});
Comments
Post a Comment