vparupati / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

function names collide with other jquery input mask plugin #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using this along with mask plugin 
http://digitalbush.com/projects/masked-input-plugin/

What is the expected output? What do you see instead?
The loadmask plugin doesnt work due to function name collision

I suggest renaming the functions so this will  not occur:
mask -> loadmask
unmask -> unloadmask

Original issue reported on code.google.com by michael....@gmail.com on 18 Jan 2011 at 1:48

GoogleCodeExporter commented 9 years ago
Modified version with suggested function names: 
https://github.com/eduebrasil/JQueryLoadMaskPlugin

Thanks.

Original comment by eduebra...@gmail.com on 5 Sep 2012 at 4:14