Posts by FireBlast • 7 points
3 posts
-
0
votes1
answer55
viewsA: How to put a datepicker in an Android application whose page is being developed in PHP
You can try it: <head> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.0/jquery-ui.js"></script>…
-
-4
votes2
answers85
viewsQ: My userscript does not work
I’m making a greasemonkey script but my code doesn’t work, I don’t know if it’s my browser, but if you find any error please fix it. // ==UserScript== // @name --- // @namespace --- // @description…
javascriptasked FireBlast 7 -
1
votes2
answers1283
viewsQ: How to replace the text of an element with another text?
I want to exchange the text of one element for another text. This is a representation of my code: Javascript: var elementoTexto = document.getElementById("elemento").innerHTML elementoTexto =…