Skip to content
jQuery plugin for Adjust height elemets
CSS JavaScript CoffeeScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
spec
src
.gitignore
LICENSE
README.md
bower.json
gulpfile.coffee
jquery.bangs.js
karma.conf.js
package.json

README.md

jquery.bangs.js

jQuery plugin for Adjust height elemets

usage

Read jQuery

<script src="jquery.js"></script>

Read this plugin

<script src="jquery.bangs.js"></script>

Bind

<script>
$(function(){
  $('listItems').bangs({item: ".item"});
});
</script>
Something went wrong with that request. Please try again.