I was wondering how one could load a text with a jquery .load() and then modify the text and display it on front of an image as an information text.
Any directions one can implement? I am really new to jquery.
Thanks
EDIT:
Sorry here is what I've tried:
$().load("image1.jpg.txt");
But I am stuck on the idea on how to store it into a class element or variable such that I can display it. I am familiar with using html and importing an image and using css to modify and move it around, but I am confused in terms of doing the other way around such that we are loading from jquery and than putting it on the image.