Questions tagged as 'html'

3
answers

Modal jQuery or Bootstrap that receives email and name, automatically displayed when loading page

I tried the following code but it is not working <script type="text/javascript"> $(document).ready(function() { $('#myModal').modal('show'); }); </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3....
asked by 05.07.2016 / 16:56
2
answers

Convert date from bank in AJAX

I would like to convert the date from the bank (2012-02-10) to Brazilian standard (10/02/2012) in the AJAX success example: $.ajax({ type: 'POST', dataType: 'json', url: "crud/consulta.php", data: dados,...
asked by 07.07.2016 / 04:02
1
answer

Hide and Show DIV based on SELECT response

I have the following code and I would like that when selecting any value inside the select "#cities" show the ".DadosLoja" div and that it is hidden at first, already taking advantage of the question there is something else that I am not getting...
asked by 16.03.2016 / 13:02
3
answers

Show menu when right-clicking?

I have a data table, where each row is a record. I want to do it like Windows or One Drive / Outlook etc. By right clicking on the table item open a menu with the options "Delete" "Edit" and "Hide." I've been researching these interactions wi...
asked by 17.03.2016 / 06:32
2
answers

How to put information from a bank in a select field in PHP

I have a page that connects to the database and brings information correctly, however I would like to put information on a form using the select field, but I'm having some difficulties if someone can help me follow my code. <?php require_on...
asked by 17.03.2016 / 22:19
1
answer

Mount responsive menu with CSS

Galera I set up a very simple menu, but I do not know how to put it to be responsible. The problem I'm having is the following. The 2nd menu is ok, but the first one generates a line break, as there are many options, I need to make backgro...
asked by 10.05.2016 / 15:50
1
answer

Bar that changes from time to time

Well, I have a little bar here on my site <div style="padding: 30px;" class="bg-light-gray" id="barra- programas"></div> I want to use JS to make every 10 seconds it changes text, in /sistemas/frases.php When it comes it c...
asked by 09.05.2016 / 22:25
1
answer

Zoom effect in DIV

I need to make a similar effect to this page link . When you hover over the product (DIV) it has a zoomed effect and raised. I tried to do this: HTML <div class="row"> <div class="col-md-3 classe"> <img src="imagem...
asked by 10.05.2016 / 21:25
1
answer

Date Timer [duplicate]

Good is the following I have a certain date and a certain time. I wanted to make php show me how many days, hours, minutes, and seconds are missing for that particular date and time. That is, I have a date and a time in a variable and I...
asked by 13.02.2016 / 20:08
2
answers

How to load reload page when selecting dropdownlist item from jquery list passing parameters?

I have a select <select id="selecao" name="tipoLocal"> <option value="casa">Casa</option> <option value="predio">Predio</option> <option value="predio">Terreno</option>...
asked by 18.02.2016 / 14:28