[jQuery] Re: JavaScript question (don't think it's jQuery related)

2007-05-31 Thread Brian Ronk
I'm positive that finishNote is running. I put in an alert before the parseNote, and even inside parseNote, and those run. I get the alert right before the return in parseNote even. I have tested in FireFox with Firebug, and I haven't seen any errors as of yet. Here is a copy of the data I got

[jQuery] Re: JavaScript question (don't think it's jQuery related)

2007-05-31 Thread Rob Desbois
Can you / have you tested it with Firefox & Firebug? Can you provide an example of the JSON data? Are you certain that the finishNote function is being executed? I'm just thinking that it may be that the JSON data is malformed in some way and that jQuery is failing before it gets called. One thin