Posts by Marcus Crisostomo • 26 points
2 posts
-
1
votes1
answer576
viewsA: Different font on mobile and desktop
No use testing in the mobile browser mode of your PC. It will not render with 100% accuracy of an Android or IOS webview. I noticed that you called two CSS files: <link rel="stylesheet"…
-
0
votes3
answers70
viewsA: For in an AJAX array
You can use the foreach for this. In this example we will use your variable video: video.forEach(function(curso) { var retornoVideo = document.querySelector('#video'); return retornoVideo.innerHTML…
javascriptanswered Marcus Crisostomo 26