Hi. When I use .load to load a html page into a div, the javascript that is meant to run on the page does not excecute. I've done a search on ways to append the script into the div, and found things like $.ajax and $.getScript, but it couldn't get it to work. I read something about eval()... but that confused me a fair bit.
Am I using the wrong code? Could someone please point me in the right direction on what I should use if so?
I'm not to sure if this is a bug or not, but for some reason the jquery setup I am using does not load images when you have the images placed in a sub folder.
If you click on Refresh01, it will load and fadeIn the page, which says "TEST01 TEST01.........." great! But an image should have been displayed too. The page is http://ray.eltania.net/TEST/AjaxFadeInOut/Content/test01.html and this is what happens:
I've got a bit of code involving FadeIn and FadeOuts. I'm working on a prototype, and it works fine offline, but when I upload it, it works on Firefox, but doesn't work in Internet Explorer.
I'm not sure why this would be the case. Could you please explain why this would be the case, and how I would go around fixing it for IE?