[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 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