Does draggable/resizable not work with jquery 1.11.1 and jquery-ui 1.10.3? -



Does draggable/resizable not work with jquery 1.11.1 and jquery-ui 1.10.3? -

the code simple -

$("#chat_widget_container_iframe").draggable( {containment: "#rtcdemo-background-layer", scroll: false} ); $("#chat_widget_container_iframe").resizable({ // maxheight: 250, // maxwidth: 350, minheight: 270, minwidth: 300 });

if alter jquery 1.7.2, code works. need 1.11.1 other things in page. how can create work 1.11.1?

i error " uncaught typeerror: undefined not function "

jquery draggable resizable

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -