有一些可选择的基于jQuery库的插件。
用于在页面元素四周添加不同样式的圆角。有关详情请参阅[url]http://www.malsup.com/jquery/corner/[/url][code]$this->jquery->corner(target, corner_style);[/code]“target” 是任何有效的一个或多个jQuery选择器。
“corner_style” is optional,可以设置为任何样式如圆,尖,斜面,撕纹,dog等。个别的圆角可使用以下定位样式"tl" (左上),“tr” (右上),“bl” (左下),或者 “br” (右下)。$this->jquery->corner("#note", "cool tl br");