Posts by vladwoguer • 113 points
2 posts
-
0
votes1
answer45
viewsA: wanted to put dot/Circle Controls on my slideshow, can anyone help me?
What you have to do in this case is to parameterize the image to be shown: The Dots you dynamically add via Javascript <a class="dot" onClick="setImg(i)">i</a> Javascript: var i = 0; var…
-
1
votes1
answer78
viewsA: Javascript - Setting url’s according to environment
Use the Location. var getUrl = window.location.host + '/api/login';