Submit your widget
30
Yays

Inset border effect for image or box with jquery plugin

Views 10358   downloads 2232   Image Effects

Usage Just call the plugin at the element you want to add a inset border effect. $(document).ready(function(){ $('a').borderEffect(); }); How it work? The plugin add position:relative to the element…