Here is the main JavaScript. I have comments I was hoping someone could answer the questions for me.
<!--JavaScript-->
<script src="js/jquery-1.10.2.js">
</script> (i know this is Jquery even though I didn't label it in rates.php.)
<!--bootstrap core JavaScript-->
<script src="js/bootstrap.min.js">
</script>
<!--Jquery plugin-->
<script src="
http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!--Unsure-->
<script src="js/classie.js"></scri
pt>
<!--Affects the menu bar size and scrolling? Will have to alter it to retain full functionality on multiple pages?-->
<script src="js/cbpAnimatedHeader.
js"></scri
pt>
<!--JavaScript for the freelancer template-->
<script src="js/freelancer.js"></s
cript>
<!--Simple script to hide or display buttons-->
<script src="js/rates.js"></script
>
This is a small business and I'm going to use this starter template first. But I feel like I should understand the JavaScript to use it right. Apprecaite the help if they want me to I can beef it up later.
The file in question is rates.php. Thanks. Just whatever you all think I should understand I will learn what you think and any help would be appreciated.
I will do the work you recommended. Is that more important than really going through the code?
I just realized I needed to change the class attributes with Jquery for form validation instead of the class name which I did with php and just had a set class name. I'm going to try to do this tonight with what I know and a little tomorrow. But I do intend to learn.
What do you think of this? http://jqfundamentals.com/legacy
I take it you think I should run through that stuff again? Before really delving into the code? I couldn't get into the jquery stuff because some of it was so old but it sounds like there's a compiler that would really help.
I appreciate the answer and whatever you think I should do I'll do. I'm going to try to get something done tonight as well with what I know and examples I've been given on this site.