sanjayaharshana/AnimTrap

Its good if this was an actual JQuery Plugin

Closed this issue · 2 comments

jQuery Plugin is needed

Its obvious that this plugin is not binding to jQuery itself.
We need let users to select what element should display the rain, so i suggest to refactor this to be used as like

$('#my-custom-id-div').rain()

yeah..modified for JQueary Plugin, so when you want to add rain effect your html element. frist thing you should

<script type="text/javascript"> $( "#my-custom-id-div" ).rain({ }); </script>

You can close issue now, please mention PR for it