Questions tagged as 'html'

0
answers

Calculate value between h using jquery

Good morning, I have the following code: <section id="four" class="wrapper special"> <div class="inner"> <div class="features" id="Comprando"> <div class="feature"> <h3>...
asked by 25.07.2018 / 17:22
1
answer

Bootstrap mobile running as -md

I'm starting a project with bootstrap, but I can not adjust the mobile. <div class="col-xs-12 col-lg-3 col-md-6 nopadding black appear "> <img src="img/portfolio/thumbnails/1.jpg" class="thumb">...
asked by 13.08.2018 / 14:24
0
answers

Doubt Syntax Input Search Games

EDIT 2: I tried to redo the jQuery code using the post method, and append but now nothing appears ... <script> function buscarjogos(id) { $.post( $retorno_resultados, $('#buscaequipes').val(), function() { }).done(function(data) {...
asked by 13.08.2018 / 16:39
1
answer

How to create dynamic checkboxes?

I'm using the following commands to create the checkboxes if (isset($finded_documents)) { // inicia a variável que vai guardar os checkboxes $checkboxes = ''; // para cada doc...
asked by 13.08.2018 / 15:42
1
answer

Specific positioning query in CSS

My João da Silva page, in the "Blog" section, has a white band at the bottom that I can not get at all. Here are the pertinent parts of the script and a print: Print: html:<sectionclass="secao-inicio blog"> <h1>Blo...
asked by 02.08.2018 / 18:29
0
answers

Change select and input in real time without reloading the PHP page

I'm having a bit of a problem. I need to make a script to change the first two and second select, but I need the second select to change according to the first. For example, the select cities will have varius numbers of cities and each city its...
asked by 02.08.2018 / 17:59
3
answers

OnClick, with two "Actions" on the same button. PHP

I would like to make a button that when clicked it would perform action 1 of onclick and when it clicked again it would perform action 2 and after clicking again would make 1, and so on.     
asked by 02.08.2018 / 17:00
2
answers

Select does not load the options correctly [closed]

Good morning Galera Dev, since yesterday I came across a somewhat bizarre situation (if I may say so). I'm using php poo to load a select and bringing the response into a while: while($dados = $sql->fetch_assoc()){ $cd_cobr = $dados[...
asked by 01.08.2018 / 16:10
1
answer

How to detect if the user is accessing by a webview app

Hello, I created a webview app for my site because it is 100% responsive and adapts well on mobile devices, but in my menu there is a link for you to download this application, I would like to know how I can identify a webview access since I want...
asked by 29.07.2018 / 02:10
1
answer

ScrollSpy wordpress

Good morning I would like some help I'm using wordpress and I put the following menu class CSS_Menu_Maker_Walker extends Walker { var $db_fields = array( 'parent' => 'menu_item_parent', 'id' => 'db_id' ); var $classActive = 'tes...
asked by 24.07.2018 / 15:19