Questions tagged as 'html'

2
answers

checkbox in dynamic array field

I found a code in one of the questions in the forum, function criarTabela(conteudo) { var tabela = document.createElement("table"); var thead = document.createElement("thead"); var tbody=document.createElement("tbody"); var thd=fun...
asked by 31.03.2016 / 00:06
2
answers

Image always on top when receiving hover effect

I'm developing a website with CSS and HTML, but I'm facing a problem. I have a part of this site as a kind of gallery, and when an image receives hover , it gets bigger. The problem is that it stays underneath the others, like in print at...
asked by 27.01.2016 / 20:28
2
answers

Back Button - Level Up or Previous Page

Good morning, I know the question seems strange and kind of obvious, but I have had this doubt at a time ... Let's say it has the following structure: Home Clientes ---Lista ------Editar ---Cadastro If the buddy is in "Edit", by clicking...
asked by 29.12.2015 / 13:04
1
answer

Get the result of ng-repeat and use at moment.js

I have an application that uses ng-repeat to list information. One of this information comes with a date as an example below, what happens is that I wanted to use the relative function of moment.Js . My difficulty is to get this val...
asked by 18.02.2016 / 11:51
3
answers

Refresh DIV Automatically (autorefresh) without refreshing entire page [duplicate]

I would like to know if there is a way to only update a div automatically every x seconds without having to refresh the whole page would it be possible?     
asked by 20.01.2017 / 02:46
1
answer

Disabling ActionLink CLICK event

I have the following link in my view: @Html.ActionLink(" ", "Editar", new { id = item.ID }, new { @id = "btnEditar" }) And while loading the page, I have to block this link, depending on the user's profile. I'm trying to disable link click...
asked by 29.08.2016 / 19:34
1
answer

How to access link with parameter via form in html or html5?

I have the following code in html. <form action="http://www.meulinkqueseraredirecionado.com/namer/"> <input type="text" /> <input type="submit" value="Acessar" /> </form> I want as soon as the user clicks...
asked by 05.12.2015 / 21:38
1
answer

Problem with slick carrousel and modal bootstrap

Hello, I'm doing a project for a client where I'm using a modal bootstrap and within this modal has a carrousel using the slick carrousel, though I'm not sure why but it is not starting when opening the modal, it has to click something for him to...
asked by 16.12.2015 / 13:37
1
answer

How to make a Modal Portfolio appear from left to right?

Modal Portfolio, example: link I want to modify the animation of the Modal Portfolio (bootstrap). I want it to appear from left to right similar to this: link How can I do this? HTML: <li><a href="#portfolioModal1" cla...
asked by 14.12.2015 / 19:15
2
answers

CSS3 Responsive Menu Dropdown are not working!

Well, I want to use this menu here link It does not work in blogger link and I have tried in several different templates as well. I downloaded the file and it worked perfectly ... So I thought the problem would be in the blogger .. the...
asked by 12.03.2016 / 12:15