Hiya, very very new to jQuery and surviving on your wonderful tutorials.
I'm working on my portfolio website, and have a list of projects that uses jQuery's load function to load descriptions of each project into a separate div when clicked. Within each description is a set of numeric links, say 1-5, which I want to display relevant images into another separate div when clicked. My problem so far is that I can't reuse the load function because it overwrites it's intiial use, and doesn't seem to want to be echo'd into the php file that holds all my project descriptions.
Is there a way round this?