Dolomich Posted November 2, 2013 Report 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
Ary Endleg Posted November 2, 2013 Author Report Posted November 2, 2013 i did both what you said and it works O.o thanks man Quote
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.