Hi Brad,

What happens if you wrap your script with HTML comments? This was the trick to hide JS code from old browsers.


<script type="text/javascript>
<!--
$(document).ready(
   function()
   {
       $('#drag1').Draggable();
   ........
//-->
</script>

No dice, What I expect to happen is not happening, but again, when served through Apache, everything works.

-Jason

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to