Posts by Jaider Master Info • 141 points
14 posts
-
0
votes1
answer301
viewsQ: I can’t do doughnut and chartjs pie!
So I’m using the chartjs on a system here, but the pie and donut style does not display on the system. I imported the cdns: <script…
-
-1
votes3
answers827
viewsQ: Create serial number generator button
So, I need to make a button that generates a serial, inside an input text when clicking. But the serial would need to contain [wf][2017] as the default and the remaining random. Ex: wf2017892143. I…
-
0
votes1
answer342
viewsQ: Display notification div with JAVASCRIPT audio
So, I made a code with jquery that after 8 seconds of open index page displays an audio message div. $(document).ready(function () { // Mostra a div após 8 segundos setTimeout(function() {…
-
0
votes1
answer95
viewsQ: Font and url problem
So guys, I have a problem here which is this, I import external fonts in css with @font-face, only when I access my site in the browser without putting www, the site does not pull the font. But if I…
-
0
votes3
answers1170
viewsQ: How do I share posts from my website on facebook?
So, guys, I know a lot of people have a hard time with this. I set pretty much the open Graph meta tags, but the problem is that I wanted the share button to share the specific url post. How do I do…
-
1
votes2
answers2038
viewsQ: How to transform text into input text when clicking?
So, I need to transform a text that is inside an HTML tag into input text to edit it. What better way to do this ? Example: http://www.codigopronto.com/codigos/Texto-editavel-com-JavaScript.php…
-
0
votes1
answer1193
viewsQ: How to change the website’s background image dynamically?
So I wanted to make a bg-image if it changes dynamically the same in this example: http://www.goesenlinea.com/agus/ Background changes every 5 seconds. Does anyone know how ?…
-
1
votes1
answer1703
viewsQ: How to use google Charts Offline?
I’ve already used Charts and still think about using it in a system I’m developing! Only this system will run off! Is there a library or any way to use Google Charts Offline ?
-
2
votes2
answers3258
viewsA: Change background of A when mouse in LI
ul{} ul li{} ul li:hover a{background-color:#ccc;} ul li a{} <ul> <li> …
cssanswered Jaider Master Info 141 -
0
votes1
answer3861
viewsQ: Clear fields from a form
So guys I have a problem here which is as follows: I have 2 forms. The form 2 that is inside the form 1. And I wanted a button to reset only the fields of form 2. Only the input type="reset" that I…
-
0
votes2
answers1867
viewsQ: How to create installer for offline web system PHP + Mysql
I am developing a service order system in PHP and Mysql to be run offline. Only I wanted to distribute this system, but I don’t know how to package it. How do I create, like an installer of this…
-
1
votes1
answer33
viewsQ: jQuery counting automating ID’s
So, guys, I have a schematic here like FAQ that the site administrator who registers the Faqs. Each new registered question generates two new Ivs: <div>Pergunta1</div>…
-
0
votes4
answers82
viewsQ: Div occupying all the height of the page
So guys, I’m developing a system here that opens a modal to edit some information... The modal opens a DIV background that only picks up the screen size, if I scroll down this div background gets…
-
6
votes2
answers1025
viewsQ: How to disable/enable button(button) when input file is empty/selected?
So I have a simple image upload form that I leave disabled button. Wanted that when I select a photo or file in the input file, the button enable! <div id="botoes" class="clearfix"> <button…