[jQuery] Re: load method doesn't work with "& amp;" and "&" doesn't validate

2008-01-09 Thread [EMAIL PROTECTED]
Aaahhh, so it's my own fault for coding sloppy. :-o Thanks! On Jan 8, 4:00 pm, Bob den Otter <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > When loading an url containing querystrings with jQuery's "load" > > method I first tried "&" but since that doesn't work, I'm now > > using "&".

[jQuery] Re: load method doesn't work with "& amp;" and "&" doesn't validate

2008-01-08 Thread Michael MacDonald
[EMAIL PROTECTED] wrote: > When loading an url containing querystrings with jQuery's "load" > method I first tried "&" but since that doesn't work, I'm now > using "&". The problem is, now the page doesn't validate XHTML 1.0 > transitional. Any suggestions? > Did you try using %26 instead of the

[jQuery] Re: load method doesn't work with "& amp;" and "&" doesn't validate

2008-01-08 Thread Bob den Otter
[EMAIL PROTECTED] wrote: When loading an url containing querystrings with jQuery's "load" method I first tried "&" but since that doesn't work, I'm now using "&". The problem is, now the page doesn't validate XHTML 1.0 transitional. Any suggestions? Hi, You can use & inside scripts, as lon