Posts by Isabela • 73 points
5 posts
-
0
votes1
answer71
viewsQ: One Function interferes with another
What I do when executing a function in javascript, it causes the previous function to start again, not accepting the changes made? <html> <script> function criartabela() { n =…
-
2
votes1
answer94
viewsQ: Variable table
I don’t know if it’s possible, but I would like to create a table that according to my data would create the number of rows and columns, and then it would be possible for me to enter values in those…
-
0
votes1
answer50
viewsQ: Set the variable value as an equation
I wanted an equation to appear as a function of x and not the value of the equation, is it possible? I found nothing, and I’m starting now programming in javascript and do not know much
-
2
votes1
answer109
viewsQ: Is there any function where I can mount a header in a pdf, through the javascript language?
I’m starting to mess with the HTML/Javascript language now and I need to generate a pdf with a header, but I don’t know how, I just found code in php and I don’t know if it works.
-
3
votes1
answer1333
viewsQ: javascript zoom function
I would like to create a zoom function inside a js extension file, I already have a canvas function, however in my drawing is coming out very small depending on the initial coordinates, so I would…