Posts by Wallace Corrêa • 61 points
4 posts
-
0
votes0
answers78
viewsQ: Generate and control PDF file size with JS
Good night, you guys! I wanted to know how to work with PDF through javascript! My idea is relatively simple: I want the user to upload images that will generate a PDF, and if the PDF has more than…
-
3
votes2
answers130
viewsQ: Display one item at a time with jQuery
I created a menu to see the possibilities with the jQuery animations. I wanted, when I clicked the button, jQuery to display each LI at a time, not all at the same time. I wanted a different delay…
-
0
votes2
answers97
viewsQ: Slidetoggle in jQuery does not work as it should!
I’m studying jQuery and I’m using the slideToggle and as the documentation says, it should slide to its current opposite position. I don’t quite understand it but it just slides down.…
jqueryasked Wallace Corrêa 61 -
2
votes3
answers4332
viewsQ: Passing HTML Parameters to Javascript
Good afternoon Galera! I need to pass parameters from a small HTML form to a Javascript function but I’ve tried it in every way and it doesn’t work! Where am I going wrong? function pessoa(nome) {…