[jQuery] Re: Reload Part of a Page

2009-01-23 Thread Good Knight
Ahh, I see what you're saying. I got it working! Thanks! On Jan 23, 6:37 pm, Mike Alsup wrote: > > Hi. I don't think that will work. > > > The category list that creates the UL is a PHP which > > statementhttp://www.pastie.org/369269 > > > It would have to rerun that PHP script everytime the .

[jQuery] Re: Reload Part of a Page

2009-01-23 Thread Mike Alsup
> Hi. I don't think that will work. > > The category list that creates the UL is a PHP which > statementhttp://www.pastie.org/369269 > > It would have to rerun that PHP script everytime the .post() is ran > from the initial javascript. I think Jay is making the reasonable assumption that the re

[jQuery] Re: Reload Part of a Page

2009-01-23 Thread Good Knight
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 wrote: > just reload it with whatever is in the

[jQuery] Re: Reload Part of a Page

2009-01-23 Thread jay
just reload it with whatever is in the data variable. $("#myUL").html (data) will do the trick assuming your data is just html like "12" On Jan 23, 12:46 pm, Good Knight wrote: > Is there an easy way to reload a section of a page? > > I have a .post() that updates the contents of an unordered l