Questions tagged as 'html'

0
answers

How to manipulate a checkbox in a Bootstrap modal from the DB

I need to manipulate an element of type checkbox according to the values in the database, if 'contact. favorite' is populated with 'on', the checkbox inside the modal should appear marked " checked ". How can I do this with java...
asked by 21.11.2016 / 13:27
1
answer

Responsive mouse events with canvas?

I have the following code: var block = false; var context; var drawing; var rect; $(function() { context = $('#canvas')[0].getContext('2d'); drawing = false; rect = $('#canvas')[0].getBoundingClientRect(); $('...
asked by 21.11.2016 / 16:23
1
answer

Doubt Reactivate in MeteorJS

Hello, this is the following, I would like to know how do I start typing something in the input, automatically update a helper to be shown in the template. I've tried it that way, but it's not changing in real time: Template.hello.onCreated...
asked by 22.11.2016 / 00:50
1
answer

corrossel with different images in the mobile and desk

Good morning, I'm developing a responsive website, in it I'll use a standard bootstrap carousel, but will be different images when the carousel is on the mobile and desk. Does anyone have any idea how I can do this without using two elemen...
asked by 18.11.2016 / 13:59
2
answers

How do I get the select back to the initial state after the deselect?

How can I make a return to the "start state" when I deselect a specific select option? Here is a simulation of my problem: link     
asked by 23.11.2016 / 21:05
0
answers

Zoom in on the image (open larger when clicked)

I wanted to zoom in on the image but have to open it larger when I click if I have how to do it? Code: <div class="row"> <div class="col-sm-6 col-md-4"> <div class="thumbnail"> <img src="compra1.png"...
asked by 13.12.2016 / 13:57
2
answers

Div on DIV fixed

I have div container with height and width 90% , it's the way I want! Even if I zoom out it stays fixed without increasing or decreasing. What I'm trying to do is div override this div container and sta...
asked by 11.12.2016 / 21:49
1
answer

Display image received via socket in the img tag

I am receiving images from a server and need to display the image on the html page. The images are received via socket, so I have only the contents of the image. The img tag displays an image when there is src, in which case would it be necessar...
asked by 09.12.2016 / 13:07
3
answers

How to solve a Notice: Undefined index?

Starting in PHP and following a tutorial I used the above code and ended up getting this error:    Notice: Undefined index: submit in C: \ wamp \ www \ mezzo-com \ reservas.php on line 3 How to solve it?     
asked by 18.06.2014 / 04:07
1
answer

Iframe hiding content

I have a iframe that receives "interacoes.php" which is a select. But iframe hides content on behalf of height="100%" . If I put height=20000px; it shows everything. How can I make everything appear automatically?...
asked by 05.12.2016 / 00:48