PDA

View Full Version : MooTools



D0gSoldi3r
01-11-2009, 04:04 AM
How do i install mootools on hostmonster, does hostmonster allow this :confused:

sjlplat
01-11-2009, 07:07 AM
I'm not a Javascript guru, but it looks to me like the Mootools core can be setup like an external script file in the header..



<head>
<script type="text/javascript" src="/relative/path/to/mootools-1.2.1-core-nc.js"></script>
</head>

shadmego
01-11-2009, 07:46 AM
That's correct. All mootools is is a set of javascript functions that provide some pretty neat movement on a webpage. It takes knowing how to interface with the functions and creating a link to the mootools core, as sjlplat mentioned.

~regards

D0gSoldi3r
01-11-2009, 09:22 AM
Thanks guys it's been a while since i messed around with .js code which was ages ago for not long, so what you guys mentioned kinda refreshed my memory from a previous expierence. I haven't yet done it (too tired, sleepy) but i'll give it a whack tomorrow cheers guys. :D