Jquery UI Resizable() resize div from right side of browser window not working
I'm trying to create two slideout pannels on the left and right side of the browser window. I also want the panels to be resizable horizontaly from left to ri开发者_如何学Pythonght and from right to left.
I have created example code you can see and try out. You can resize the left panel without any problem, but the right panel show some erratic behaviors.
Does somebody have a better idea or another way to resize the div on the right side of the window?
In the end I found a awesome plugin that can handle all kind of panels. Its called ui layout and if anyone is interested, you can find it here:
http://layout.jquery-dev.net/
Why not call resizable on #right_slide_panel instead of .panel_content ?
精彩评论