Questions tagged as 'html'

1
answer

How to get the last selected option in a select multiple?

I have a select where I can select more than one (multiple) option: <select class="produtos form-control input-lg" multiple="multiple" onchange="adicionaALista();" id="selectDeProdutos"> <c:forEach var="p" item...
asked by 05.03.2017 / 03:07
0
answers

Blogger can not read date: post.body and date: post.url

I have social sharing buttons on my blog that work normally through the parameter expr: href="data: post.url / data: post.title" which takes the address and title of the publication in question . However, I am modifying this sharing system, crea...
asked by 22.03.2017 / 04:35
0
answers

Customize select and understand CSS effect

see this example I'm doing about customizing a select and an input link Note the effect of the input, click on the text box and you will see that the bottom edge has a nice smooth effect, even beauty. The problem is that I am not able...
asked by 22.03.2017 / 21:38
1
answer

HTML + CSS I would like to put a radio button as a symbol

Hello, guys. I want to put the Δ symbol as a radio button, and when I click it, it flips over that other ▲ symbol. How do I do this?     
asked by 14.01.2017 / 21:55
1
answer

How to enable the right-click (with the new tab option) on an input or button

I have input that I would like to right-click to see the abrir link em uma nova guia option. How can I do this, is it only possible with css and html , taking into consideration that this same button will fire a...
asked by 09.01.2017 / 17:52
0
answers

Global variable or database always [closed]

I made an application using the jQuery Mobile library, it's an application to split account. I created a main object called conta and it is incremented according to user actions (code below). As the pages are all in an HTML file, I use...
asked by 10.01.2017 / 00:20
0
answers

Good practices with $ .get of jquery

I think it's not recommended to $.get within $.get . But then what would be the best practice for this code below: var valorSalario = getSalarioAtual(location.state); $.getJSON('https://geoip-db.com/json/geoip.php?jsonp=?').do...
asked by 09.01.2017 / 18:50
1
answer

How to store multiple checkboxes

I'm creating a system and how could I store multiple checkboxes and inputs in mysql? I know I can do it this way but only if it goes to a column, in my case there are four how I could do    if (! empty ($ _ POST ['gender']) & count ($ _ P...
asked by 19.01.2017 / 01:24
0
answers

Modal bootstrap does not work in chrome browser

I have a problem with my web system done in PHP/Laravel : I have a loop of repetition and inside this loop I have a button for each item, which opens a bootstrap modal, as follows: <button name = "btnAbrirDetalhes" data-toggle...
asked by 10.01.2017 / 17:18
1
answer

Problem with registration form with modal

In the registration form, I call a modal window which is the same page as the list of registered items. When I click on submit of form it sends to my database beauty and closes modal . However, for me to see...
asked by 11.01.2017 / 05:59