{ Tabber | Others soon... }
JavaScript is one of the most widely used languages in the world today, largely due to its inclusion with every major web browser on the planet. Surprising to many beginners is the fact that JavaScript and the Java language are unrelated. There are several excellent tools available to JavaScript developers, including Scriptaculous, Dojo, Json, and others.
Use the form below to control the div known as changeMe:
Change This...
Lets examine http://script.aculo.us/
and http://dojotoolkit.org/
and I’d also like to look into using JSON:
http://www.json.org/
Info on declaring scripts as CDATA
in XHTML: http://www.w3.org/TR/xhtml1/#h-4.8
Example of using CDATA tag inside js:
<script type="text/javascript">
<![CDATA[
function max(a, b)
{
return a > b ? a : b;
}
]]>
</script>
Here’s a to–do: insert script such as above into the heads of GMPage objects…