/ Published in: JavaScript
Expand |
Embed | Plain Text
$(function(){ $.e.rounded = function(a1){ var a2 = a1||"3px"; this.css("-moz-border-radius:"+a2+";-webkit-border-radius:"+a2+"px;"); }; $(".container").rounded("10px"); });
You need to login to post a comment.
