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!

Reply via email to