artus
artus
KPCKevin Powell - Community
Created by artus on 12/5/2023 in #front-end
Javascript Intervals
Hello im trying to make a simple game where user chose a tool then use it and get items from that, but when i try to add intervals for mining im getting small issue. When i use tool with some id it works great but when i try to use that tool again (with same id) interval goes faster here is the code:
7 replies
KPCKevin Powell - Community
Created by artus on 6/14/2023 in #front-end
Problem at replacing Node elements (input to text)
Hello i want to crate w function that allow user to rename a board, but when i want to replaceChild i get thos error:
Uncaught DOMException: Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
at renameBoard (http://127.0.0.1:5000/:412:19)
at HTMLButtonElement.onclick (http://127.0.0.1:5000/:41:139)
Uncaught DOMException: Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
at renameBoard (http://127.0.0.1:5000/:412:19)
at HTMLButtonElement.onclick (http://127.0.0.1:5000/:41:139)
HTML code and function will be in next message
2 replies
KPCKevin Powell - Community
Created by artus on 6/14/2023 in #front-end
Auto disabled button when added by js
3 replies
KPCKevin Powell - Community
Created by artus on 6/11/2023 in #ui-ux
Make page looks clean and more "intuitive"
10 replies
KPCKevin Powell - Community
Created by artus on 6/11/2023 in #front-end
Edit input field on :focus
74 replies
KPCKevin Powell - Community
Created by artus on 6/11/2023 in #front-end
Adding items to div with title that user can change anytime by clicking on it
Hello i wrote a code that create a new item in card and set its name to Default Task Name but i want to add function that allow user to change it anytime when he click on title. The problem is that user cant edit existing titles but only new created, and i want to make it more simple so when user click button to add it auto focus on title so he can change title before he create a card. I hope I explained it well
20 replies
KPCKevin Powell - Community
Created by artus on 6/9/2023 in #front-end
Make a div height fit contet
Hello, can someone tell what to do to make any of my div with cards scaleable with items in him? https://codepen.io/artusss0/pen/jOQEVmq
41 replies
KPCKevin Powell - Community
Created by artus on 6/8/2023 in #ui-ux
How to make it looks better?
9 replies
KPCKevin Powell - Community
Created by artus on 6/8/2023 in #front-end
Display elements in one line
12 replies