Quote:
Originally Posted by pedroenf
Thanks AWJunkies, that's awesome news. As Ranger187 said i'm not a coder (far far away from that) but i'm very interested guy.
|
Try now fixed the IE issue it did not like the:
<script>var jQuery=jQuery.noConflict();</script>
So change it to:
<script>jQuery.noConflict();</script>
The var thing was just for example of what you can do if you didn't want to use default function output.
Enjoy