[jQuery] Re: Refresh Element After Changing Style

2009-05-12 Thread posh beck
On Tue, May 12, 2009at 7:16 AM, PF wrote: > > Hi everyone: > > I am attempting to change the style after the user has loaded the page > (every x number of seconds) but the element just doesn't seem to be > refreshing. I have done all

[jQuery] Re: Refresh Element After Changing Style

2009-05-11 Thread PF
I am using the following code (basically, this is a shortened version)... // Pulling content from an array var background = someBackgroundChoices[1]; // Setting that as the background fade1.style.background = background. This is in a function that repeats several times. In the actual code, it

[jQuery] Re: Refresh Element After Changing Style

2009-05-11 Thread Jonathan
How are you changing it's style? Are you updated it's classname or doing something else? Also a bit of example code that demonstrates your problem would help in debugging it. On May 11, 4:16 pm, PF wrote: > Hi everyone: > > I am attempting to change the style after the user has loaded the page >