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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -