Hello, I have two links that when they are in the desktop version show a link, but in the mobile version it shows another. I would like to know how can I make a javascript to change when it is on a certain platform?
link 1
link 2
I am having difficulty storing multiple checkbox in the same field as the table. In this case, when filling out the form and marking more than one checkbox , it stores only the value of the last checkbox .
Here are some sni...
I'm trying to get the first and second elements inside a div. But I can not.
I want to get the two inputs inside the shipping_table . And by clicking on the inputs they will do a function.
HTML is:
<table class="table" id="shipping_t...
I'd like to populate my text field with data atual , where the mask I have, when the user types lets it set like this: xx/xx/xxxx . How to do in JS or PHP?
I need to put two selects within the same div , one aligned to the left, and the other to the right.
I've tried using CSS to create a class to apply to every select , but it did not work:
select.left {
text-align: left;...
I have a table in my database with multiple numbers. I get the numbers from the database, I save in array , and I make echo in a table in PHP:
echo "<table class='CSSTableGenerator'>";
echo "<tr>";
echo "<th>ar...
I'm having problems with my JSON , the error is accentuation, does JSON allow? if it allows, how can I do to show, what will get JSON needs it to be normal, with accents and everything ..
MY JSON:
{
"id": "addCTE",...
Is there anyway, using only HTML attributes to format a <input> to receive data formatted to ano/mês/dia ?
If it does not exist in HTML is there any way to do this via Javascript at the time of date selection without using...
I'm using JSP and HTML and I need to select a file and know its extension.
The only way I can open a file is with input file but with it I can not get the extension.
How can I get this result?