Posts by cmoutella • 39 points
8 posts
-
0
votes2
answers489
viewsQ: Problem with parole in React
I’m trying to make a condition where the active component depends on a state variable. this.state = { display: 0, } The state 0 is the initial state, which is changed when the user clicks a button.…
-
1
votes0
answers65
viewsQ: Scroll go straight to the next session of the page - vanilla JS
I have some sections on the site, I would like when capturing the scroll, the site went straight to the next/previous sectio. As the sections are 100vh, I take the height dimension of the device…
-
0
votes1
answer154
viewsQ: My checkbox is not ticking/unchecking
I’m implementing some checkbox with React, I can settar to initially be checked or not, but I can’t change that state. How to solve? My Main Class class NewsletterConfig extends Component {…
-
0
votes1
answer43
viewsA: Error in columns with sortable, how to resolve?
I managed to solve! Just swap the class with the id. <ul class="col-sm card-list" id="do-now-list"> <li> <div class="card"></div> </li> <li> <div…
-
0
votes1
answer43
viewsQ: Error in columns with sortable, how to resolve?
I have a 3-column scheme containing cards, I need these cards to be dragged from one column to another and rearranged within the same column. I got jQuery to make the cards draggable, but I can only…
-
1
votes1
answer325
viewsQ: Drag and Drop between columns with Sort, move cards between them
I’m developing an application where I have 3 columns of cards, I need the cards to be moved from one column to the other and between each other. I was able to get the card moved to another column,…
-
1
votes1
answer112
viewsQ: Error npm install Angularjs-dragula
I need to install the Angularjs-dragula ng2-dragula React-dragula At first I made the mistake: C:\Users\email\Desktop\Parafernalia Test> npm install angular js-dragula --save npm WARN saveError…
-
0
votes1
answer602
viewsQ: How to use Javascript with Bootstrap4?
I’m doing my front end with Bootstrap, I want to use js for events like onclick, for example. If you can’t see the image (short version): <html> <head> <title>AgileHub -…