Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont work old function mask() after adding jquery.maskMoney.js on project #20

Closed
vovkasu opened this issue May 11, 2011 · 8 comments
Closed
Labels

Comments

@vovkasu
Copy link

vovkasu commented May 11, 2011

Dont work old function mask() after adding jquery.maskMoney.js on project
I replace from "mask" on "currentMask". Now all work.

old mask(): jquery.maskedinput-1.2.2.min.js
jquery: jquery-1.4.3.min.js

@plentz
Copy link
Owner

plentz commented May 11, 2011

I will change the name of the method to avoid conflict with maskedInput plugin. Thanks vovkasu.

@viniciusgava
Copy link

hello, the bug persists. I using:
maskMoney
Version: 1.3

maskInput
Version: 1.3

how to resolve conflict?

@plentz
Copy link
Owner

plentz commented Jun 7, 2011

I currently have no solution instead of you using maskMoney 1.3 untill I change the methods names.

@emersonbroga
Copy link

I'm using MaskedInput 1.3 and I made some changes in maskMoney, setting namespace 'mm' for all functions and they worked fine!
The conflict was resolved for me!

If you want to try, the changed script is here...
http://emersoncarvalho.com/tutoriais/maskedMoney/jquery.maskMoney.js.txt

Thanks!

@viniciusgava
Copy link

Hello, I gave up using, in season was impossible rename all call for maskedinput in all project, it was solution proposal in thread. If worked would good idea merge in current version.

@guibirow
Copy link

The workaround to use without issue.

Place the maskMoney before MaskedInput like this:

<script type="text/javascript" src="/Scripts/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="/Scripts/jquery-ui-1.8.14.min.js"></script>
<script type="text/javascript" src="/Scripts/jquery.maskMoney-1.3.js"></script>
<script type="text/javascript" src="/Scripts/jquery.maskedinput-1.3.min.js"></script>

this will solve the problem

@plentz
Copy link
Owner

plentz commented Nov 3, 2011

closing this issue for now. this will be handled in #26.

@plentz plentz closed this as completed Nov 3, 2011
@plentz
Copy link
Owner

plentz commented Jan 20, 2013

update: maskmoney 2.0 was just launched and solves this problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants