This will be sort of general question about django + javascript. For example, I have 5 news, for each there is title, text and image. On web page all of 5 images are visible, but only 1 text and 1 title (for newest news).
Now I want to this: when mouse cursor is put over any of news' image, it title and text will by shown instead of title and text of the newest news. How to do that? I am not looking for complete solution (it would be too beautiful :), but some tips where to look.
I assume that Javascript is required (and web was written in django) but what alse? Anyone can give me some advice, how to links etc? I would be very grateful.