I have a website that will fade out a section of my website, load new content in, and fadeIn. There\'s a feature I had where a picture would get big when you click on it (it\'s
You need to re bind the events of the loaded elements.
something like:
document.getElementById('right_bar_wrapper').innerHTML = theRetrievedData; $(".makePictureBig").click(picBigFunction);