Submit your widget
24
Yays

Inset border effect for image or box with jquery plugin

Views 9725   downloads 1998   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…