Questions tagged as 'html'

0
answers

Problem with width: 100% in responsive image in bootstrap 3 for mobile devices

I have a problem that is very basic at first, but I have tried everything that is not working. The problem only occurs when opening the site on the smartphone .. if I simulate the resolution in the PC browser it works normal .. See the ima...
asked by 24.02.2016 / 02:50
1
answer

jquery prepend moving page

I have a div that contains several lists (uls) of a box, in each box has an image and a description. I'm implementing an infinite roll up as follows: The user accesses a specific page (ex page 6), each page has 5 uls. Home When the page is...
asked by 23.02.2016 / 22:05
1
answer

Webcam plugin to take photo, store it in a folder and send the path to an input

I have a customer registration screen with normal data to be filled (name, city, state, etc.). But I need to implement a webcam area to save a client photo along with the rest of the data. I found a plugin (webcam.js) that gives access to the ca...
asked by 19.02.2016 / 02:24
0
answers

Problems with DATEPICKER, using only month and year

Good afternoon guys I have a problem with my datepicker plugin I'm only using month and year in it, and by selecting a month and a year, the month instead of coming in number, for example 02, that is, February, it comes in string, and English st...
asked by 18.02.2016 / 15:31
2
answers

How to avoid toggleClass method propagation in click event

In the code below I have two toggleClass (they are in total 12) that are working properly, however I need it to be expanded only 1 , ie if I expand the primeiro and then the second, immediately primeiro must be suppressed. At th...
asked by 15.02.2016 / 21:21
0
answers

Validate password entered on an LDAP server

I have a page in HTML, CSS bootstrap, js and the like. The page is a self-service so users can change their password. works like this: DIGITE SEU USUÁRIO : DIGITE SUA SENHA ATUAL : DIGITE SUA NOVA SENHA : CONFIRME A NOVA SENHA :...
asked by 18.03.2016 / 15:53
0
answers

Handle elements of an iframe

I have a page, for example, index.html and form.html The index.html page has an iframe, which loads the form.html The question is: through the index.html page, can I via JS submit a form, which is inside my iframe? I mean, can I manipul...
asked by 19.03.2016 / 07:09
0
answers

Put a balloon on top of the input [type = range]

I'm generating a form from a php, it generates an html like this: <div class="mf_slider"> <div class="mf_slider_label">Você tem cabelos brancos?</div> <div class="tooltip"> <div class="tooltip-arrow"></...
asked by 18.03.2016 / 15:49
2
answers

How to edit this graphic to work with more lines

I'm using the Google API to generate graphics: google.charts.load('current', {packages: ['corechart', 'line']}); google.charts.setOnLoadCallback(drawBarColors); function drawBarColors() { var data = new google.visualization.DataTa...
asked by 06.04.2016 / 18:42
0
answers

Pie Chart within modal

I am putting together a page with a link that opens a modal. In this modal I want to open a pie chart, but the modal opens in white and only after I update the page with the modal open is the pie chart appears. Detail: I'm using bootstrap, Admin...
asked by 15.03.2016 / 22:40