Hi
I am developing a website with a blog. The blog loads via ajax for blog info (id, title, image, body, etc) into the main index page from a div on a blog.php page.
The div on the blog.php page has a paragraph tag which gets loaded into the index page, however when I try to apply JQuery to this ptag nothing happens when it is clicked via the index page. Does this mean that JQuery cannot be applied to objects which have been loaded in to the page, or am I doing something wrong?
Any help that can be provided would be much appreciated!
Thanks!
FatJP .