google finance - Getting jquery data to populate table column -
i trying javascript stock ticker work, going knowledge of javascript @ beginner level. the current code (top example) pulls out live stock data using google finance api. checks see stock acronym , prints full company name , has various styling. the second part attempt data displaying in table format, columns work cant jquery populate final column live date :(. i need create 3 columns; 1 stock name eg (haulotte), 1 stock acroynm eg (pig) , 1 live stock figures. ensure each stock data row keeps parallel 1 above , below it. attached current jsfiddle: thanks help. https://jsfiddle.net/oqousalw/ <div class="haul" data-symbol="pig" data-title="haulotte"></div> <div class="ashtead" data-symbol="aht" data-title="ashtead"></div> <div class="united" data-symbol="uri" data-title="united rentals"></div> <div class="terex" data-symbol="tex...