Submit your widget
28
Yays

Inset border effect for image or box with jquery plugin

Views 10114   downloads 2104   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…