Submit your widget
24
Yays

Inset border effect for image or box with jquery plugin

Views 9679   downloads 1984   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…