The jQuery-Resizable (resize) component is one of the basic components of EasyUI. To adjust the size of an element, you can drag it to adjust the size. This component is not dependent on other components and is easy to use, this article will introduce relevant attributes and event methods. The jQuery-Resizable (resize) component is one of the basic components of EasyUI. To adjust the size of an element, you can drag it to adjust the size. This component is not dependent on other components and is easy to use, this article will introduce relevant attributes and event methods.
Use $. fn. resizable. defaults to override the default object.
Use Case:
You can adjust the window size by TAG or Javascript.
1. Create a variable size window using tags.
2. Create a variable size window using Javascript.
$ ('# Rr'). resizable ({maxWidth: 800, maxHeight: 600 });
Attribute:
The above is the content of the jQuery EasyUI tutorial-Resizable (resize). For more information, see PHP Chinese Network (www.php1.cn )!