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 was archived by the owner on Oct 8, 2024. It is now read-only.
Just encountered a problem when requiring hideshowpassword using Browserify.
Given that I need to support IE8, jQuery is defined as ^1.11.3 in my package.json.
Since you have also added jQuery as dependency, and that the two versions mismatch, the hideshowpassword function will be attached to your jQuery instance, instead of mine, making it unavailable from my code.
Why jQuery has been added as production dependency, given that the function is attached to $.fn ?