November 2, 201312 yr comment_146329 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. Report
November 2, 201312 yr Author comment_146330 i did both what you said and it works O.o thanks man Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.