The alsoresize in jquery ui resize will cause problems when using it with bootstrap when there is a style border-box. Each time it is resized, the control corresponding to alsoresize will automatically shrink by a few pixels.
Someone has fixed this problem, but jquery ui seems not to have added this fix to the current version, and I don’t know why (it needs to be fixed after version 1.11.5?). The fixed code is at:
https://github.com/jquery/jquery-ui/pull/1451
The above is all the content shared with you in this article, I hope you will like it.