Hi. I don't think that will work. The category list that creates the UL is a PHP which statement http://www.pastie.org/369269
It would have to rerun that PHP script everytime the .post() is ran from the initial javascript. On Jan 23, 4:30 pm, jay <jay.ab...@gmail.com> wrote: > just reload it with whatever is in the data variable. $("#myUL").html > (data) will do the trick assuming your data is just html like "<li>1</ > li><li>2</li>" > > On Jan 23, 12:46 pm, Good Knight <kyleakni...@gmail.com> wrote: > > > Is there an easy way to reload a section of a page? > > > I have a .post() that updates the contents of an unordered list, but i > > have to refresh the page to see the new contents of the UL. Anyway to > > have the UL reload when the .post() goes off? > > > I am using the Impromptu plugin to run the post, but this should be > > just a basic jQuery issue I don't think it's a plugin question. > > > Code can be found athttp://www.pastie.org/368851 > > > Any ideas would be very useful!