Resolve jQuery & Prototype Conflict Using jQuery Mobile Framework
While working on jQuery Mobile Framework project, I had already used Prototype library for some features in the application. But jQuery and Prototype refused to play ball and application broke. The issue was shortcut or both jQuery and Prototype and both use $. Luckily, jQuery foresaw such scenario and already planned for library conflicts and…