How do I use Jquery to zoom in and out of web pages

Background: An older background system. Customers want to manipulate the content of the parent window and view the child windows at the same time. This requires zooming out and zooming in on the page. At first, the leader asked me to hide and zoom out. After testing, this method did not work. , Because this project is very large, the frame is older, and there is a mask. After using the hide() attribute to hide, this webpage disappears. It cannot be displayed by adding the show() method to N other pages, and there is also a mask. Version, obviously not working, I decided to use animate() animation operation.

Recommendation : Sun called the beast online demonstration of various examples of jquery, $() operates the entire world

 Operated webpage

html:

js:

effect:

Guess you like

Origin blog.csdn.net/weixin_41937552/article/details/109641468