ron87
02-15-2011, 08:01 AM
I have a code as following:
<body>
<div id="animation">
<script type="text/javascript">
javascript code goes here..... it is nothing but some text animation
</script>
</div>
</body>
now i want to put the javascript code into external javascript file and i want to run that animation under <div id="animation">
Any suggestions how can i achieve this ?
<body>
<div id="animation">
<script type="text/javascript">
javascript code goes here..... it is nothing but some text animation
</script>
</div>
</body>
now i want to put the javascript code into external javascript file and i want to run that animation under <div id="animation">
Any suggestions how can i achieve this ?