1
A
回答
1
HTML:
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.7.2.custom.js"></script>
<link rel="stylesheet" type="text/css" href="ui.all.css"/>
<div id="container" class="ui-widget-content"
style="font-size:10px;width:100px;height:100px;padding:0.5em;">
<div class="ui-widget-header">Resize This</div>
this is some text. this is some text. this is some text. this is some
text. this is some text. this is some text. this is some text. this is
some text. this is some text. this is some text. this is some text.
</div>
的jquery:
var oh=0; //original height of container
var ow=0; //original width of container
var fs=10;//original font size
$(document).ready(function(){
oh=$("#container").height();
ow=$("#container").width();
$("div#container").resizable({
stop: function(element,ui){
var h=ui.size.height;
if(oh==0) return;
var nfs = (h/oh) *fs;
$("#container").css({'font-size':nfs+"px"});
},
ghost: true
});
});
相關問題
- 1. 如何調整SVG動畫的大小?
- 2. 動畫UITableView調整大小
- 3. UITableview調整動畫大小
- 4. QPushButton調整大小動畫
- 5. 用動畫調整UIWebView的大小
- 6. 如何在調整大小時調整畫布大小?
- 7. jQuery:如何平滑動畫圖像調整大小
- 8. 如何在C++中實現動態調整大小的堆棧?
- 9. PyQt4 - 從動畫調整大小區分窗口大小調整
- 10. UILabel動畫調整大小副作用
- 11. 如何動態地重新調整Jquery大小的大小
- 12. jQuery如何實現動畫?
- 13. 用javascript/jquery動態調整畫布窗口的大小?
- 14. 動畫調整大小的QListView
- 15. 無動畫調整UIView的大小
- 16. 調整大小的SVG動畫
- 17. 從動畫點調整UIView的大小
- 18. 動畫調整UIWebView的大小
- 19. 動畫大小調整UIView的高度
- 20. Bi-Cubic調整大小的實現
- 21. 如何使用ImageMagick(php)調整動畫gif的大小?
- 22. 如何用jquery調整圖片大小
- 23. 如何通過jquery-ui調整大小手動開始調整大小?
- 24. 如何使jQuery在動態調整窗口大小調整
- 25. 使用jQuery動畫調整表格大小
- 26. 禁用gif調整大小或調整大小而不會丟失動畫
- 27. 用jquery自動調整圖像大小
- 28. jQuery使用滾動可調整大小
- 29. 動畫gif調整大小並上傳
- 30. 動畫div對調整大小函數
這可以通過將全局變量的主要功能的範圍內進行優化 – Jason