Posts by patrickfv • 31 points
3 posts
-
0
votes2
answers76
viewsA: Create fields dynamically in js
I hope this solves your problem, every time he recreated all the select, I used string template to add the variable x as identification class for each select so just add a new one without recreating…
-
0
votes1
answer142
viewsA: Javascript does not work on github pages
Apparently you have done almost everything necessary, try this in your package.json "scripts": { ... "predeploy": "yarn build", "deploy": "gh-pages -d build" } then rotate yarn run deploy, I don’t…
-
0
votes1
answer134
viewsA: $ git push -u origin main remote: Repository not found. fatal: Repository 'https://github.com/fretagi/pirple-apple.git/' not found
I believe you have cloned a repository and now want to add to your github, anyway use the command git remote remove origin then add the desired repository git remote add origin…