Posts by Letimberg • 53 points
4 posts
-
1
votes0
answers27
viewsQ: Error calling form with JS
Explaining the code below. I have a meta(value), if the user registers a goal below that indicated in the system, automatically the system opens a form ('#add-modal-action-plan-form') Error: If the…
javascriptasked Letimberg 53 -
3
votes1
answer311
viewsQ: Error in git repository:
It looks like I did something stupid with the underlying Git repository and was broken, leaving it invalid. Error: error: pathspec 'Development' Did not match any file(s) known to git. I used these…
-
0
votes1
answer72
viewsQ: Auto onclick in function
Personal explaining a little how the system works. When the user enters a value below the established goal, it automatically opens a modal to fill in an "action plan". By completing the plan, he can…
javascriptasked Letimberg 53 -
-2
votes3
answers1419
viewsQ: Change color of tabs by selecting tabs
Friends, I have these tabs, I’ve tried some css codes to leave a background color in tabs, but when I use the codes it changes the entire background, I want to change only the color of the tab that…