Questions tagged as 'html'

1
answer

Transition effect in menu with angle

I would like a transition effect in the menu when giving a ng show or ng hide (click the open button). <a class="sandwich panel" ng-class="{'open' : isOpen}" ng-click="isOpen=!isOpen; toggleCustom()"> <div> </di...
asked by 08.03.2017 / 15:31
1
answer

Problem with icon overlay on submit button

In a Prestashop-based store, in the backoffice, there is a button that has an icon inside that is preventing the submission of a button, how could it be that by clicking this button the icon was ignored? HTML:<divclass="panel-footer">...
asked by 16.11.2016 / 13:49
1
answer

pick up input values

I needed to create a code to generate inputs dynamically, below is the code: HTML <div id="divProdutoBase" style="display:none;"> Telefone: <input type="text" id="produto[]" name="produto[]" ng-model="telefones" /> <inp...
asked by 03.11.2016 / 11:18
2
answers

Center items in a DIV [duplicate]

How do I keep these three items centralized? Notice that there is a space on the right side. CSSdiv.menu{background-color:#333;overflow:auto;white-space:nowrap;}div.menua{display:inline-block;color:white;text-align:center;padding:15px;widt...
asked by 02.01.2017 / 19:35
1
answer

How to smooth appearance of divs

In the onload event of my site, I load a function in which it makes a loading gif that was appearing, sum for the content of the site to appear. <body onload="carregar()"> <div id="preload"> <img src="...
asked by 12.11.2016 / 22:21
1
answer

How to create a "back" link

I have the index page that collects some information that it sends to itself. Then the user accesses a detail page, where on this page I created a link called "back". However, when returning to the index page, the forms are all lost. I would lik...
asked by 13.11.2016 / 17:21
1
answer

Get column value from an HTML table and pass to PHP variable

I have already seen that there is a good example on the web of how to get the column value of a HTML table, but also how to pass the value of a variable JavaScript to PHP . But when I'm using the two together it's not working...
asked by 26.11.2016 / 15:41
4
answers

Start grails application

So, I'm starting to use grails / groovy now, along with html / css / javascript and, as a good beginner, I'm full of doubts. I created a login html page with google plus and wanted to run the grails application to see what's happening but so...
asked by 26.11.2016 / 12:37
1
answer

Sort HTML tables

I have 2 tables that have been initialized in HTML but which are joining rows and columns through 2 Javascript functions. HTML Table 1: <table id="myTable" > <thead> <tr> <th>Disciplina</th> <...
asked by 26.11.2016 / 14:41
1
answer

How do I do when an option is disabled in select, does jquery detect this action (deselect)?

I'm having a problem when I uncheck an option on a particular select. I can not make the select option, when unchecked, return to its initial state, ie, reset. So, I thought of JQuery detecting when an option is cleared, but I do not know how to...
asked by 25.11.2016 / 12:19