¡@

Home 

2014/10/16 ¤W¤È 12:04:24

jquery Programming Glossary: initready

Jquery .load() is not loading javascript in loaded content

http://stackoverflow.com/questions/9794762/jquery-load-is-not-loading-javascript-in-loaded-content

ajax call inside a single function like function initReady .datepicker .datepicker ... Other codes and your document.ready.. should be like following one document .ready function initReady and whenever you need to initialize some dynamic content after.. dynamic content after an ajax success call just call the initReady function as following initReady In your case you can just do..

Jquery .load() is not loading javascript in loaded content

http://stackoverflow.com/questions/9794762/jquery-load-is-not-loading-javascript-in-loaded-content

javascript functions that needs to be executed after every successful ajax call inside a single function like function initReady .datepicker .datepicker ... Other codes and your document.ready event should be like following one document .ready function.. .datepicker ... Other codes and your document.ready event should be like following one document .ready function initReady and whenever you need to initialize some dynamic content after an ajax success call just call the initReady function as.. function initReady and whenever you need to initialize some dynamic content after an ajax success call just call the initReady function as following initReady In your case you can just do it inside your success callback like the given code below if..