How to append videos and its description from Json to DOM elements in javascript?
问题 I have a simple sidebar which I want to display multiple videos from json, for now, I want just to show title and video from json something like this below. Here is what I have so far. <ul class="sidebar"> <li> <h1 class="title"></h1> <video id="video_list" src=""></video> </li> </ul> Here is javascript $(function() { var movies = [{ "title": "travel", "left": 201, "top": 209, "movieid": "10", "movie_url": "http://techslides.com/demos/sample-videos/small.mp4", "buttons": [{ "left": 81, "top":