Posts by brncmp • 23 points
3 posts
-
0
votes1
answer20
viewsQ: Toggle class in Vuejs
I have 3 div with the class ('option') and I have a class as the name of ('Selected'). I would like to remove the class from the div that is already with ('Selected') and switch to the other with…
-
0
votes1
answer23
viewsQ: How to change 2 values by changing the [input type=range] to be rendered on the page? VUEJS
I am trying through Vuejs to change the pages and the corresponding values when moving the input type="range". For example: value: 16$ / 100K PAGESVIEWS, value: 24$ / 500K PAGEVIEWS I would also…
-
1
votes1
answer44
viewsQ: How to create new element from input form?
I managed to create a javascript creating a new element from the id of the name, but I also want to add the value and date input elements, as I do? I tried to copy like I did with the name: var…