[jQuery] Re: How to resize div for new content with load?

2009-01-25 Thread twilsoncom
I'm sure a lot smarter folks than me will have an easy answer for you, but: If you're having this problem in IE, I seem to recall that you have to give the div some kind of height in the starting CSS or it won't recalculate properly with changes. Hopefully that would be as easy as specifying heigh

[jQuery] Re: PHP $_SESSION data empty in a jQuery AJAX call

2009-01-22 Thread twilsoncom
Of course, PHP should be reading the Session ID from a cookie sent along with the headers, so you might check to make sure that the domain parameter for the cookie is originally being set in such a way that the script you're calling through AJAX has access to read the cookie. I've had similar prob