¡@

Home 

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

jquery Programming Glossary: loadstuffhere

jQuery ajax load() java script not executing?

http://stackoverflow.com/questions/1317080/jquery-ajax-load-java-script-not-executing

If I understood what you asked correctly... you want to load via ajax into a div on your page lets call it 1 div id loadStuffHere of abc.html 2 the stuff to populate loadStuffHere comes from xyz.html So just do this loadStuffHere .load xyz.html BUT WAIT.. want to load via ajax into a div on your page lets call it 1 div id loadStuffHere of abc.html 2 the stuff to populate loadStuffHere comes from xyz.html So just do this loadStuffHere .load xyz.html BUT WAIT You dont want to have to load everything from.. call it 1 div id loadStuffHere of abc.html 2 the stuff to populate loadStuffHere comes from xyz.html So just do this loadStuffHere .load xyz.html BUT WAIT You dont want to have to load everything from xyz.html you just want to load a portion of xyz.html..