[jQuery] Re: IE and the Invalid Source Code Error

2007-07-27 Thread mcraig
Wow...excellent suggestions...I did not know that you could/should do that much chaining...though admittedly as a newbie to jQuery, having the separated initially helps me debug quite a bit. But thank you very much for the tip...once I solve my problem in IE, I will definitely do this. On Jul 27

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-27 Thread mcraig
If I don't solve it tonight, yes, I will find a place to post it and get back to the list...thanks for the advice...I'm proceeding with just what you suggested. On Jul 26, 8:56 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > I don't anything in your code that may cause issue. I would sugges

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Stephan Beal
Hi, Mike! Something not directly related to your problem, but maybe helpful nonetheless... you can chain a lot of these calls to make them run faster. As it is written now, you are forcing jQ to repeat a few of the searches several times... On Jul 27, 1:54 am, mcraig <[EMAIL PROTECTED]> wrote:

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Benjamin Sterling
I don't anything in your code that may cause issue. I would suggest that you take out some of the effects and then test it with just the .html()s and see if the issue persists. But now that I think about it, you should probably change them to .text() since you are only putting text in. You will

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread mcraig
Thanks...I do believe it is an innerHTML/non-block related issue...but don't know how to work around it as (again) (a) new to jQuery and (b) never heard of this kind of error before. Also (and I'm hoping this is not the show stopper) I am testing in IE 7. Here is all the code and the only jQuery

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Ganeshji Marwaha
don't cry mike... don't cry. A demo page where this happens and the version of the browser used would be good enough. -GTG On 7/26/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: Mike, Great story, it brought a tear to my eye :) Do you have a demo page for us to look at? Some code? Sounds

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-26 Thread Benjamin Sterling
Mike, Great story, it brought a tear to my eye :) Do you have a demo page for us to look at? Some code? Sounds like a innerHTML/non-block level element issue, but not sure off hand. On 7/26/07, mcraig <[EMAIL PROTECTED]> wrote: Ok...so I just got this mock up working great in firefox and re