How do i disable autoHide with a click after i create a resizeable with
.resizable({
autoHide:true
})
tried
.click(function(){
$(this).resizable("option",{autoHide:false});
});
but not working
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since this is reported bug of the jQueryUI Resizible the only thing you can really do is to make some hack or patch. I propose this little workaround:
http://jsfiddle.net/u9nEc/10/