Questions tagged as 'html'

1
answer

Clear subfilter selection

I have an option on my site that is easy to search for products by subfilters, but now I have a problem, I need to "clean" this navigation, going back to the before search, I used an uninteresting technique in trying to solve the problem , creat...
asked by 13.02.2015 / 01:01
2
answers

Align vertically to footer items center

I'm trying to align vertically to the center, items in my footer, only because the image occupies a height greater is misaligned, How to solve? <footer class="panel-group panel-footer"> <div class="container">...
asked by 19.02.2015 / 00:14
1
answer

Check number of clicks on buttons

I have a script with functions to control what each button an application does. I declare a global variable so that when all the buttons are clicked, two actions are triggered: hide one div and show another. //variável global var completo = 0...
asked by 19.02.2015 / 00:45
1
answer

Get value from a Span field with cURL Parser

I have a question and a problem. Well it's the following with cURL I login beauty up so far .. ok but I need to get some information that is inside the html: <span id="Number">12345678993</span> <span id="holderName">RAFAELA...
asked by 05.02.2015 / 21:21
1
answer

What is the difference between "~ /" and "../" for directory browsing?

I saw this somewhere, wanted to know the difference.     
asked by 06.02.2015 / 02:30
2
answers

Floating login and Login query

I want to create a rectangle with login on the page that I'm working on. I do not want the login to go to a page with just the login. Is this possible? Another question and ask each login to see a specific query. It is possible?     
asked by 03.02.2015 / 18:46
1
answer

Set default value in Textarea's if empty

I have two textarea on my page to give GET to the value I have in my database and I want to delete the text of the two textarea automatically set a default value there " inside. "     
asked by 02.02.2015 / 01:54
1
answer

Event close on click of the Boostrap datepicker

Using jQueryUI's datepicker by default the click event on the date and datepicker close works. How can I do this in the bootstrap datepicker ? JS: $('#data').datepicker({ format: 'dd/mm/yyyy', language: 'pt-BR', }); HTML: &...
asked by 01.02.2015 / 03:43
2
answers

Call javascript onsubmit does not "trap" the submit until giving confirmation of eiliminação

I find the following error: <form action="" method="post" onsubmit="sweetalert(1)"> Dados aqui !!! <input type="button" id="selectall-game-button" label="check all" value="Selecionar tudo"> <...
asked by 30.01.2015 / 21:47
1
answer

Textarea function php pass data [closed]

I have a question about how I can be passing the value of a textarea to a php function. I have the following function: function _dup($cclist) { for ($i = 0; $i < count($cclist); $i++) { $ccnum = info($cclist[$i]);...
asked by 16.03.2015 / 09:55