I have a table whose first column is an input and the rest of the columns is a group of radio buttons. This first input can only be informed values from 1 to 4. The Radio buttons start disabled, and can only be selected if the input value is 3 o...
PHP language.
I have a grid where I have in each line edit buttons and delete that record with actions in javascript passing the id of that record to take the action. My problem is security related since it may have a sneaky user who changes...
I have a table with some columns for typing values and I need to add the total of these values in an end column.
The sum is easy to do, however the table and dynamics are generated
several lines, and when I try to add the columns again in the...
My client has passed specific fonts to a site. These are in TTF format.
I'm used to using Google's fonts and there are not any there.
How can I use these fonts in my CSS or HTML?
I'm learning NodeJS and I started to create a project just to get accustomed to developing with it, however, I'm bothered by the amount of ../../../../../ used to include a code. How can I use the root folder of my application as a path r...
I'm using the "cloning" of divs in jquery, and inside of them I have other divs that when clicking on a button eg: DIV 1, DIV 2, DIV 3 with javascript shows the contents of each div. But when I add the new div (cloned) when I click the button to...
I would like to add vertical lines in this chart. But I can not. I would like each group to draw a vertical line, as in this image.
Mycurrentcode:google.charts.load('current',{'packages':['corechart']});google.charts.setOnLoadCallback(drawCh...
I'm building divs dynamically via Javascript. I want to make her content display some information (username, emails, etc). The data is coming from the Database in Json format.
The problem is that it does not display all participants. Displays...
I have a site that is not half misaligned in Mozilla Firefox , I tested it in some browsers, including Internet Explorer , which by the way displayed the page perfectly. >
Only Mozilla Firefox has this problem. At the moment I'm kind of ou...