Hello there when using Highcharts, an easy way to get it to work with forms is to create the chart after filling the form. For example one solution could be as below
Hi, I don't know if you code is for a webpage or a webapp, anyway if you are not familiar with jquery you can have a look at it, it is pretty straight forward.
Hi, jquery its not being loaded, you can check if the link is correct. Check on firebug and you will see when you call $(document).ready it is not being execute due to that fact. If you are checking...
Hi, with display: inline you change the normal flow of the DIVs, to show it properly try to set it display:block; Anyway on page load they will be all hidden, since you call...