Questions tagged as 'html'

0
answers

Image within a div

Next, I have a test here and it loads some images at the end and in some div, but I can not put it to load an image in the div div, so I tried var img = $('#oitavo1').val(); $('#pictures').attr('src', img); and did not work, follow the code...
asked by 08.08.2017 / 14:08
2
answers

Disable bootstrap modal

I'm trying to disable a bootstrap modal. I need it to start by default on the disabled page, not calling the modal bootstrap, then be activated when selecting an option. Well, I've tried some alternatives that did not work out. First I...
asked by 08.08.2017 / 14:09
2
answers

Adding more than one slider image

I wanted to put more than one image in this slider. I currently only have one. How do I put more than one image? HTML code <div class="banner"> <div class="container"> <div id="top" class="callbacks_conta...
asked by 08.08.2017 / 03:25
1
answer

Problem with angle selection

In the HTML that I'm moving, I created a select where the selected option is pulled from a script in Angular. It uses data.singleSelect to pull the data and put the selected value as the selected option, when I try to put that se...
asked by 08.08.2017 / 16:07
1
answer

Closing application in android 6.0

How do I make the button quit in an app with phonegap. We have already tried all the available forms and in none the command executes the "exit".     
asked by 21.08.2017 / 18:26
3
answers

Divis lateral alignment

I have 2 divs in my code, the first div is an image, the second div is a form, I want to put them both side by side, and when seen on the mobile it breaks, keep one div on top and the other on div How do I do this? form { width: 400px...
asked by 21.08.2017 / 22:23
1
answer

Randomizing jQuery divs

Talk about it! I have the following code. What I'm trying to do is to display the 6 divs randomly. I've tried to diversify shapes but no results. If anyone can help, thank you. PS: I can not put the divs inside HTML, it has to be via jq...
asked by 28.07.2017 / 22:04
2
answers

Pick up Div inner element next to

I'm trying to make clicking on a button the content of div on the side editable. Home Better viewing the code: <div id="nome" class="container"> <div class="col-10"> <p class="editar" contenteditable="false"&g...
asked by 28.07.2017 / 16:09
1
answer

UL with CheckBox Problems AngularJS

I'm trying to create a CheckBox tree but I'm having problems with my policy when passing the model.    Follow the code below: <ul class="main-level"><li> <mdi-input-checkbox mdi-reverse="true" mdi-model="checked"...
asked by 28.07.2017 / 21:33
3
answers

Start function by Onclick

Good afternoon Friends. My question is the following, I have a script that basically reads a .log in real time and shows it on the screen, but the question is that it starts with the DOM, I'd like it to start only from the click of the button...
asked by 27.07.2017 / 19:05