今天看到一jQuery的插件,比较实用,拿来分享,先看下效果。
介绍地址: http://methvin.com/jquery/jq-corner.html
插件下载地址: http://methvin.com/jquery/jquery.corner.js
使用方法:

1.引入jQuery 和 JQuery Corner Gallery 插件

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

2.编写测试使用的div和css

  1. <style>
  2. .demo{ width:200px;height:50px;text-align:center;background-color:#f90;}
  3. </style>
  4. <body>
  5. <div class="demo"><h1>Round</h1></div>
  6. </body>

3.编写jQuery(非常简单)

  1. <script type="text/javascript" >
  2. $(document).ready( function(){
  3.     $(".demo").corner();
  4. });
  5. </script>

搞定,看下效果吧。如果需要更复杂的效果。看一下下面这个地址:
http://methvin.com/jquery/jq-corner-demo.html



无觅相关文章插件,快速提升流量