jQuery DIV圆角插件之jquery.corner.js

♀尐吖头ヾ 提交于 2020-03-16 05:11:33

实例:
<script type="text/javascript" src="jquery-1.2.6.js"></script>

<script type="text/javascript" src="jquery.corner.js"></script>

<div class="testCorner" style="width:200px; height:100px; border:3px solid red ; background-color:#0000FF;color:#00FF00;line-height:100px;">
   $(this).corner("10px");

</div>

<script type="text/javascript">

    // className:testCorner

   $('.testCorner').corner("10px");

</script>


效果图:


jQuery的控件:

http://www.cnblogs.com/Terrylee/archive/2007/12/09/the-ultimate-jquery-plugin-list.html

许多效果图片:

http://www.malsup.com/jquery/corner/

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!