I've ran into a problem using jquery expose plugin alongside Masked Input plugin.
The problem is they both occupy $.mask function which leads to conflict. But I vitally need this two plugins to work together. I would rename $.mask in one of them to... let's say, $.msk, but in this case I'll always need to remember it and if I want to upgrade to new version, I will rename again.
Looking for better solution on how to cope with this kind of conflicts between jquery plugins.