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 "&amp;" 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 long as you use the <script> tags
> properly, like so:
>
>     <script type="text/javascript">
>     //<![CDATA[
>
>       .. javascript goes here ..
>
>     //]]>
>     </script>
>
> Best, Bob.

Reply via email to