Archive for the ‘jQuery’ tag

I’ve been doing rounded corners the hard way!  I just discovered a jQuery plug-in: jQuery Corners, that makes it easy to create nice-looking, rounded corners without using any images or super annoying markup, all you have to do is call the .corners() method.

   1:  $(document).ready( function(){
   2:    $('.className').corners();
   3:  });

(In my defense, I’ve never claimed to be a great web UI developer)

Search