Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghophp/jquery-insetborder
Inset border effect easy and simple.
https://github.com/ghophp/jquery-insetborder
Last synced: 25 days ago
JSON representation
Inset border effect easy and simple.
- Host: GitHub
- URL: https://github.com/ghophp/jquery-insetborder
- Owner: ghophp
- License: mit
- Created: 2013-08-06T13:31:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-06T14:29:05.000Z (over 11 years ago)
- Last Synced: 2024-12-23T13:52:32.598Z (29 days ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jquery-insetborder
=====================Inset border effect easy and simple.
Support
=======
From oldest to newest versions of the common browsers, such as: chrome, firefox, safari, opera............ IE.Important?
==========Sure, inset border is a pretty effect, but can be a pain in the ass because involve measure movement.
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 that will receive the border, and append a with position:absolute, this have a border-width effect that not move the content, easing the work of do a inset border effect.