Posts by Kodark • 11 points
3 posts
-
0
votes1
answer96
viewsA: I need to change the source of a text-Area: Ex: Bold to italic, but I haven’t been able to yet. Can someone help me?
In the example below I take the value selected by the user, use a regex to get only the text of the textarea, and create a new text by adding the tag selected by the user and finally add this new…
-
1
votes1
answer38
viewsA: How to change the value of a variable that is within a function through another function?
Some errors were introduced to me for not having its full HTML and not being able to catch some elements by the ID, but I believe that this code will work. function updateScript(marcador, a, b) {…
-
0
votes1
answer37
viewsA: Link select>option with Onclick of the button. Game of Old
In this code snippet when selecting an option it will go through a function that will check the selected value and direct to the function that will execute the code of the option. function…