Hello. I have a little page I've been working on. It's at: http://nait.jtlnet.com/~fpkj5v0r/programmer.php - and as you can see, a jquery chart shows up, like it's supposed to.
Now here's the problem.. which has ended up taking up 6+ hours of my time... when I click a link (which uses ajax to load up a new page in the same div), and then I try to go back to the chart by clicking the correct link, nothing loads up.
- The steps to see this take place is. Load up page and see the chart.
- Then go under the "Water Plant" heading and click "test". This will load up a new page into the div.
- Now, click on the link, "View Stats". This will load back up the exact same page that contains the chart.. except no chart show up. The jquery doesn't seem to work here. I've heard about jquery having an AJAX problem, since it's only a div loading up and not the whole page, but I've never had any luck with the .live() jquery stuff.
Please, any help would be appreciated. I've tried different charts, all using jquery, thinking my jquery was just messed up, but it seems to be something else.
I can post the code.. but it's just your regular jquery code in the header, and div opening in the corresponding page.
Thanks!
Marcus