jquery - Buttons in page are not doing anything -


i new programming , have project fix page. www.recargamex.com

the problem is, buttons not doing @ all; looked in index.html file errors debbugger not showing being error. don´t know or can causing buttons not work (i see url changes load thing hashtag (recargamex.com/topup#) still don't thing.

if me programming , wish learn more, don't want discouraged this, don't know do!

the index.html code here

http://pastebin.com/3jnkjzee

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>  <script>      $(document).ready(function() {      $("#buttonid").click(function() {      //code in here//  });   });  </script> 

this should work. defined script in body, after code. put in head section.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -