raf
Active Member
Does anyone else know how to implement jQuery to work in gesior2012 ? Whenever i'm trying to use default way to use jQuery - it doesn't work, same for noconflict.
Last edited:
Very stupid rule ^_^Do not tag specific user that is not releated to your post.
https://otland.net/threads/rules-for-the-support-board.217087/
#10.
You can use jQuery on gesior as normal.Does anyone else know how to implement jQuery to work in gesior2012 ? Whenever i'm trying to use default way to use jQuery - it doesn't work, same for noconflict.
I see nothing wrong with tagging someone I do it all the timeDo not tag specific user that is not releated to your post.
https://otland.net/threads/rules-for-the-support-board.217087/
#10.
i cant for some reasonYou can use jQuery on gesior as normal.
latestnews.php - was trying to add countdown clock@topic please explain where you are trying to use Jquery in what part of the aac?
so how did you add jquery, could you show me how you initialize it ?Jquery made
so how did you add jquery, could you show me how you initialize it ?
......
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript">
$( ".BoxContent" ).html( "Next Step..." )
</script>
</body>
</html>
I didn't think about lib version, maybe that's the cause. Will tryWorks just fine for me, in layout.php
PHP:...... <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script type="text/javascript"> $( ".BoxContent" ).html( "Next Step..." ) </script> </body> </html>
thank you tho, i know about this website. I'd rather use jQuery libs cause i like to have control over things that happen on my websiteI just found this cool site, incase your still having an issue you can just make a countdown, it uses an iframe and you can customize the count clock.
http://www.timeanddate.com/clocks/freecountdown.html