[jQuery] Re: Need help with DIV manipulation

2009-06-03 Thread Gustavo Salomé
Try this: Remove the href params, instead change the loadContent param to an id or class, like this: then change your javascript to: $(function(){ $('li a').click(function(){ id=$(this).attr('id'); $("#content").load("pages.php?o="+id+""); return false; }); }); 2009/6/3 nanook72

[jQuery] Re: Need help with DIV manipulation

2009-06-03 Thread nanook72
bump On Jun 3, 6:49 am, nanook72 wrote: > Hi all, > > I need help with manipulating two div's, one holds the main content > and the other holds the images matching that content.  Right now I > have the menu changing the content of the main div just fine, however > I do not know how to change the