How to get round corner textbox using jquery without images
- by Rajasekar
I try to get round corners for textbox. But how can i get it. Here is the class
.tbox
{
float:left;
width:200px;
margin-top:10px;
margin-left:10px;
}
when i call using jquery using
$('.tbox').corners("4px");
it is not working. I already included Jquery.js and jquery.corners.js. But its not working. Any help would be appreciated