Questions tagged as 'html'

1
answer

jQuery does not add "+"

I'm doing a shopping cart with jQuery . The cart works like this: It has the products and all the values of each one. There is a field that changes the quantity. There is also another field of freight. After adding all the products it give...
asked by 18.09.2015 / 21:06
1
answer

Asp.NET MVC bind checkbox list with string value

I have a list of checkboxes and I need to bind values that are strings (@ item.SelectedValue) with my IEnumerable>. <div class="editor-field perfil-filtro-expander-todasAcoes"> <div class="metro perfil-filtro-expander-overflo...
asked by 21.08.2015 / 17:17
1
answer

section does not work correctly

I need my <section> to look like this site here follow the image of the part I need ItriedcodingbutitdoesnotstaythatwayIdonotknowwhereI'mgoingwrong.Followmycode:CSSulli{list-style-type:none;}.imagem{background-image:url(http://ner...
asked by 30.07.2015 / 19:43
2
answers

Get first line element and last

I have a li and wanted to get the elements that are written MARKED below. But I used the nth-of-type, it works to get the 4 element always, but I could not get the next one. Could someone help me to always get 1 after the first item where it is...
asked by 03.02.2016 / 18:14
1
answer

Element button submitting form. How to disable?

I need to separate the form into 2 different divs, on the same page. I tried the following and it did not work: <div id="div1"> <form method="post"> <input type="text" name="Nome"> </form> <button onclick="exibed...
asked by 07.02.2016 / 18:58
1
answer

Saving UTF-8 Files on the Server Side

Help me with this code here in PHP: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Atualização de dados</title> <link rel="stylesheet" type="text/css" href="uploa...
asked by 19.11.2015 / 14:49
1
answer

Character counter returning to the default value

Galera, I have the following problem, I put this expression in JAVASCRIPT, it captures the amount of characters I typed and subtracts with MAXLENGTH, it works however I am using JSON (not to post on the page), when I click the Add characte...
asked by 19.11.2015 / 18:35
1
answer

Selecting elements by classes with jQuery

How do I select an HTML element that has only the classes I want? For example: $('.a.b.c') -> deve retornar apenas a div1 e não todos os elementos que também possuam as classes a, b e c além de outras <div name="div1" class="a b c"&g...
asked by 24.11.2015 / 19:20
1
answer

How do I put the title of the HTML page according to the user name in the database? [closed]

Hello, I'm creating a login and registration system, and I want it when the user finishes registering and logging in the first time, the title of the site page is named. Type like this: <!DOCTYPE html> <html> <head> <...
asked by 16.07.2015 / 14:23
1
answer

Open link in new tab without using HTML target="_ blank"

Scenery I'm optimizing a page where about 200 partner images are displayed (very small does not require paging), these images are wrapped in a <a> tag, and all partner sites open in new tab ( target="_blank" ). Obs: I saw...
asked by 21.07.2015 / 17:03