Questions tagged as 'html'

1
answer

Creation of a forum, doubts between which languages to use [closed]

I am creating a discussion forum from scratch, but I already have a good part of the skeleton web like: creation of a topic, respond and view topic. My doubt is between using php (not manjar yet) or jquery plus API, and the database being used w...
asked by 01.07.2016 / 01:07
1
answer

Use the id of two different pages in Jquery

I have 2 HTML pages and each one has buttons, on the second page there are several text boxes and I would like that when the user clicks on the first HTML page he will go to the second page and hide the button; Then when all fields in the text...
asked by 24.11.2016 / 21:26
1
answer

How to add a get without replacing what you already have?

I do not know if this is the case, but what I want to do is basically keep the GET parameters that already have on the page, for example it looks like this: link And I'm sending another GET of a filter I'm doing, and it's replacing the c...
asked by 23.11.2016 / 19:39
2
answers

Working with Labels in CSS

When we use attributes like Label the text is written from left to right. Can we change that? Make the text start for example from the middle to the sides or from the right to the left? Example: ----> Left to right | MY TEXT ----...
asked by 15.07.2016 / 15:04
1
answer

how to get the value of a specific checkbox in asp.net mvc using JQuery

I have a table in a system in ASP.NET MVC that each record has a checkbox, here is the code below the view: <table class="table table-hover table-striped" id="tabelaProdutos"> <thead> <tr> <th>Tipo de Produt...
asked by 15.07.2016 / 15:12
1
answer

Sending Email on Server

I'm trying to create a page that sends emails but I'm not getting them ... Would you have something to check? Here is the code I use to send ... <?php $message = "Testando outros remetentes, para facilitar a resposta"; $headers = 'Fro...
asked by 27.06.2016 / 16:57
1
answer

jquery scroll submenu

Hi I need my scroll submenu to appear the other options because when it opens it does not fit the page, nor in the tablet and mobile layouts. I've tried using css overflow-y and more is not working so I'm looking for a solution in jquery, but I...
asked by 18.06.2016 / 05:01
1
answer

How to remove dynamically selected images before submitting

I would like to know how to remove selected images from the input file before submitting them, I am new to JavaScript, I have seen several examples, however without the implementation with the submit button and I do not know how get these valu...
asked by 13.06.2016 / 17:26
1
answer

Dropdown language menu [closed]

I visualized in a site that exists in the upper right a dropdown menu where the user can make the selection of the language. Below is a print of the site with the selection option open. When the user clicks Français, for example, the flag of Fra...
asked by 22.08.2016 / 04:46
1
answer

Alignment html and css

I'm having some difficulties trying to align the following content HTML<divclass="header"> <div class="logo-para-header"> <h2>Logo teste</h2> </div> <div class="content-wrap"> &...
asked by 18.08.2016 / 20:58