Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery 如何使用phonegap为html中的特定div标记应用收缩缩放?_Jquery_Jquery Mobile_Cordova - Fatal编程技术网

Jquery 如何使用phonegap为html中的特定div标记应用收缩缩放?

Jquery 如何使用phonegap为html中的特定div标记应用收缩缩放?,jquery,jquery-mobile,cordova,Jquery,Jquery Mobile,Cordova,我只想缩小以下内容,但不影响页眉和页脚 <html> <head> </head> <body> <div> <p align="justfy">Since toolbars can vary in height depending on the content they contain, this option automaticall

我只想缩小以下内容,但不影响页眉和页脚

 <html>
       <head>
       </head>
       <body>
         <div>
           <p align="justfy">Since toolbars can vary in height depending on the content they contain, this option   automatically updates the padding on the page element to ensure that fixed toolbars have adequate space in the document wheenter code heren they are statically positioned, and when scrolled to the top or bottom of the page. When enabled, the padding updates during many operations, such as pageshow, during page transitions, and on resize and orientationchange
         </p></div>
       </body>
    </html>

由于工具栏的高度可能因其包含的内容而异,因此此选项会自动更新页面元素上的填充,以确保固定工具栏在静态定位时输入代码,以及滚动到页面顶部或底部时,文档中有足够的空间。启用时,填充会在许多操作期间更新,例如pageshow、页面转换期间以及调整大小和方向更改期间