You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Is this being maintained any more? If not I will gladly take over the project or at best become a contributor to the project.Just check out the projects I contributed to and you will see I have a fairly decent understanding of JS/jQuery. I feel this plugin has great potential =)
There are quire a few errors as well as a possible variable leak with the current code base, that I would fix, but considering PRs aren't being accepted/commented, I am a little reluctant to do so until I have an understanding that the project is still being maintained.
A couple of things I would change/add:
Add bower.json and submit to bower.io inc. semantic versioning [DONE (partially, not submitted)]
Fix the JSHint errors [DONE]
Refactor the code [DONE]
Improve efficiency (selectors aren't being cached or unnecessarily being recreated in a tight loop) [DONE]
Swap out deprecated jQuery functionality e.g. bind() => on() [DONE]
Add a grunt file for uglification and JS hinting [DONE]
The text was updated successfully, but these errors were encountered:
Is this being maintained any more? If not I will gladly take over the project or at best become a contributor to the project.Just check out the projects I contributed to and you will see I have a fairly decent understanding of JS/jQuery. I feel this plugin has great potential =)
There are quire a few errors as well as a possible variable leak with the current code base, that I would fix, but considering PRs aren't being accepted/commented, I am a little reluctant to do so until I have an understanding that the project is still being maintained.
A couple of things I would change/add:
The text was updated successfully, but these errors were encountered: