Dolomich 9 Posted November 2, 2013 Report Share Posted November 2, 2013 Maybe you could put all the JQuery into a $( document ).ready( function() { //All the actual JQuery here }); Without it your code can be launched before the html elements are fully loaded, and it can sometime lead to events not working. But I'm not sure this is the problem... Oh, and maybe moving the script at the end of the page can help, the javascript is supposed to be at the end of the <body>. Try to open the console in the web development tool of your navigator (firefox and chrome do it, search in the menu) and look if you get any error message. I don't see error in the code itself. Well, i hope i helped you. Quote Link to post Share on other sites
Ary Endleg 710 Posted November 2, 2013 Author Report Share Posted November 2, 2013 i did both what you said and it works O.o thanks man Quote Link to post Share on other sites
Dolomich 9 Posted November 3, 2013 Report Share Posted November 3, 2013 Happy to help =) Ary Endleg 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.