i was thinking something like $("#pagination").click(function() { $("#content").css("overflow-y", "scroll"); $("#content").load("list.php?......with the vars"); });
On Dec 21, 8:48 pm, 123gotoandplay <wesweatyous...@gmail.com> wrote: > Hi, i use this > > $("#products").click(function() { > $("#content").css("overflow-y", "scroll"); > $("#content").load("list.php"); > }); > > and i have a loop of 10 products in list.php with a pagination. > > but how can i use the pagination as it doesn't stay in div #content??