is there a way to load images in without the html container?
i have this
but the file ajaxcontent.html is just a container for a jpgCode:<div id="target"></div> <p><a href="#" class="ajaxtrigger">Let there be AJAX magic</a></p> … and this jQuery code: $('.ajaxtrigger').click(function(){ $('#target').load('ajaxcontent.html'); });
trying to minimize the number of files



Reply With Quote

Bookmarks