Posts by Daniel Fortunato • 71 points
10 posts
-
0
votes1
answer998
viewsQ: Can someone explain this part to me in JSON please?? (Wordpress Plugin)
Guys, good morning, I’m going to go into as much detail as I can to see if anyone can understand me and help me... I have the following Plugin installed on Wordpress:…
-
-2
votes3
answers2992
viewsQ: How to convert HTML to JSON?
I have the following script: function abreJanela(URL) { location.href = URL; // se for popup utiliza o window.open } <select name="paginas" onchange="javascript: abreJanela(this.value)">…
-
1
votes2
answers582
viewsQ: Align button on wordpress center
I’ve tried a lot of things and can not at all align to the center this "forgot password" wordpress button of the login page. wp-login full: https://pastebin.com/7RBesXpG <?php if ( !…
wordpressasked Daniel Fortunato 71 -
1
votes0
answers106
viewsQ: Why is this javascript/html/css slow for Mobile?
I’ve researched a lot, I’ve worked on the code but nothing helps... someone can tell me why this game runs on the furniture, and some way to optimize it?? complete code:…
-
1
votes1
answer526
viewsQ: How to capture select value as a string in PHP?
I am making a form in PHP, when it captures the data of a select it returns me only as 0 or 1, I would like it to show what the selected person: <select class="form-control" name="pergunta1"…
phpasked Daniel Fortunato 71 -
0
votes2
answers1785
viewsA: How to configure virtualhost for xampp on Ubuntu
Even an efficient localhost and all the same features that xampp uses LAMP... LAMP has everything XAMPP has and the installation is super easy, in Ubuntu you install with the command: sudo apt-get…
-
2
votes2
answers3273
viewsQ: Carousel Bootstrap does not work
My bootstrap Carousel is not working, I took this script from www.w3schools.com I imported css and Javascript but it doesn’t work: <div id="myCarousel" class="carousel slide"…
-
0
votes2
answers114
viewsQ: How to execute a function only if the input is typed?
I have this script for CPF validation: $('#cpf').cpfcnpj({ mask: true, validate: 'cpf', event: 'click', handler: '.btn-lg', ifValid: function (input) { input.removeClass("error");…
javascriptasked Daniel Fortunato 71 -
0
votes1
answer94
viewsQ: How to display DIV only if the function result is true?
I’m new still, I found this javascript that checks if the CPF is true or false (already with dots and dash), if the result gives false it leaves the edge of the input yellow, but I would like…
javascriptasked Daniel Fortunato 71 -
0
votes1
answer1036
viewsQ: jQuery Mask does not work
I’m trying to apply this mask on my form but it’s not working: https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html I did everything as taught but the mask does not work, I’m trying to apply…
jquery-mask-pluginasked Daniel Fortunato 71