wseonottingham3
New Member
I have a website that has a catalog consisting of a number of items. Each item is populated from a database.I want to be able to change the content of a page based upon what the user clicks. Difficult to explain what I mean. So far i have this:\[code\]<section id="images" style="width:400px; float:left; height:auto;"> <p><?php $load_content->load_content('1001');?></p>\[/code\]Basically I want to use jquery to change the '1001' to '1002'. I can do this manually myself and it changes the content appropriately. However I want to set it so as if a user clicks on an item that contains any number between 1001-1024 then the appropriate images are loaded. If you get my meaning.Any help would be greatly appreciated.