javascript - jquery mobile 1.4.2 and dynamic content -


i loading dynamic content in jquery mobile collapsible set. works fine in old jquery mobile references, fails in latest version of jquery.

old references:

  <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css" />   <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>   <script src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script> 

new references

  <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.css" />   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>   <script src="http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script> 

old jsfiddle: http://jsfiddle.net/4c565/5/

it works in above jsfiddle can not fetch data external urls, not fetching works flawlessly on server php file kept.

here new jsfiddle: http://jsfiddle.net/4c565/6/

it not work @ new jquery library. idea/advice can work in latest library?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -