Troubleshooting Javascript

Basic Things To Check Search on src=" for included libraries, e.g.: <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> Make sure you haven't included multiple versions of the same library or the same library multiple times.    

Read More