Posts by Danilo Ferreira • 41 points
5 posts
-
0
votes1
answer61
viewsQ: Problem to migrate bootstrap v3 to v4 with Angular 8
I am following a tutorial for creating a Dashboard with bootstrap v3 with angular 2, however I am trying to continue using the bootstrap v4 and angular 8. In the creation of Navbar and the side menu…
-
0
votes1
answer364
viewsQ: Replacing ajax in a content call without refreshing the page
I am developing a Dashboard for learning, until I came to the question of loading the content inside a div without the page update, searching I found a way using ajax and jquery. I went a little…
-
1
votes1
answer32
viewsQ: Check if the span of the same column has the same class with pure Javascript
I have nine span, three on each Row, when the 3 spans of the same Row have a certain class I display a message, I would like to know how to make the same logic if the span of the same column have…
javascriptasked Danilo Ferreira 41 -
1
votes1
answer49
viewsQ: Check if tags have the same class with pure Javascript
I have nine Ivs, three in each row, each div has a span within it with a value. I have created a button that generates random numbers and when the generated number is equal to that of the div it…
javascriptasked Danilo Ferreira 41 -
1
votes1
answer193
viewsQ: Bingo - Javascript
I need to create a kind of "bingo", in html I have 9 Divs and each has a number within a span, I created a button that generates the random numbers and when that random number equals any of the…
javascriptasked Danilo Ferreira 41