Code works on JsFiddle but not on website
问题 I cannot get code that is working in jsFiddle to run on my site. http://jsfiddle.net/tris_wood/qCqcK/ I have made adjustments to the code based on users here with the same issue but it still won't run. Here is my page page structure <head> <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> <script src="custom.js"></script> </head> <div data-role="page"> <ul data-role="listview" id="results"></ul> </div> custom.js $(document).ready(function() { $.ajax({ url: "http://itunes