Questions tagged as 'html'

2
answers

Make one of the two be required

Good, I would like to know how I could do for javascript if an email field is not filled in, please put it on the phone, and vice versa Tel&#233;fono:<br> <input id="inputTelf" name="telf" type="number" min="111111111" max="9999...
asked by 21.02.2017 / 09:55
2
answers

Pass and receive variable values in PHP in Wordpress

Cordial greeting. I'm new to this programming and I'm doing a page in wordpress that performs a query in SQL Server and sends the data to a table. By clicking on the "Consult" button, the page is redirected to a 404 because it does not proces...
asked by 21.02.2017 / 02:07
2
answers

How to regroup 2 JSONs for a given position? I put 2 examples to show what I want

I have 2 examples of the select that I want to generate a good one and a bad one. There you will see. $(document).ready(function() { var result_malo = [ [ { "id": 1, "nombre": "Bocina" },...
asked by 16.02.2017 / 14:54
1
answer

Json + PHP - Show text if the value is true

<?php $ch = curl_init("https://crackwatch.com/api.php"); // add your url which contains json file curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $content = curl_exec($ch); curl_close($ch); $json = json_decode($content, true); //print_R($json);...
asked by 05.02.2017 / 20:03
1
answer

Delay show load gif

I have a code in which each time I click on a button it shows me a random word from the list using a code js. Now I want the word not to be shown instantly, but it takes a few seconds to show the word and while those seconds pass it show...
asked by 04.02.2017 / 18:13
1
answer

Modal of Bootstrap Facebook Post style

How do facebook posts work to see an image in a window without changing places to see it? What method do you have to use to do that? Example: link     
asked by 13.02.2017 / 23:40
1
answer

Multiple canvas

I need to perform a functionality that by means of a select can create the same amount of canvas, that is, if in a select I choose quantity "3", I create 3 canvas     
asked by 14.03.2017 / 18:37
1
answer

HTML + CSS side dropdown form

I have to add a form to my website that is shown on the right side of the page. This form must be hidden, and must be opened when the button is clicked. I've been looking over the internet, but I have not found any examples that serve me 100%....
asked by 09.02.2017 / 12:35
2
answers

Retrieve double GridView javascript

The following code points to the event change of a textbox (column 3). I want to recover the value in a asp:TextBox of a GridView (Column 5) $("#<%=GridEdos.ClientID%> [id*='txtBox']").change(function ()...
asked by 18.01.2017 / 22:44
1
answer

Load data from a database when pressing buttons (next and previous) No backspace

I have a system that shows "TIPS" of health contained in a database. I would like to add buttons next and previous The idea is that when you press next or previous one, change the nume_cons and then load the title, the description and the...
asked by 28.01.2017 / 14:24