[jQuery] Re: Bug with AJAX json setting an element to a value and back to 0 when polling

2008-12-04 Thread Technocrat
Hmm over a month an no other responsesthat isn't really helpful. On Nov 14, 10:09 pm, Technocrat <[EMAIL PROTECTED]> wrote: > That was my thought as well at first, but as I said if I change > dataType to text and just alert(data); it comes across as expected.  I > also m

[jQuery] Re: Bug with AJAX json setting an element to a value and back to 0 when polling

2008-11-14 Thread Technocrat
. On Nov 14, 4:08 pm, George <[EMAIL PROTECTED]> wrote: > Somehow i do not think it has anything to do with JSON. > Nobody analyzes passed values on client. > > With AJAX there are 2 to tango :) > I think it's the server side that has a problem... > > George. >

[jQuery] Bug with AJAX json setting an element to a value and back to 0 when polling

2008-11-14 Thread Technocrat
I am using the AJAX class with the dataType set to json and cache off. I am polling with the this class about every 2 minutes. So here what I am doing to get the error and it is reproducible. I have everything set really simply right now. Here is the success function I am using: function(data)