Submit your widget
29
Yays

Inset border effect for image or box with jquery plugin

Views 10215   downloads 2155   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…