Questions tagged as 'html'

0
answers

Change Previous and Next text in paging links

I defined the pagination parameters in functions.php and echoed where I want the links to appear, so far so good. The problem is that the texts from previous and next are not changing. I put a text nothing to see and see what appears. They ar...
asked by 25.01.2017 / 15:32
2
answers

Does not work when pressing a certain sequence of buttons, with js and html

Good morning guys over stack. I'm going through a strange problem, I do not know how to describe it. Basically I have the 2 screens down I'mcreatingaform,whereitwillbenecessarytoregisterandeditit.Somyideawastocreate3buttons,onetoedit,ortore...
asked by 25.01.2017 / 12:53
0
answers

How to display / hide, individually, div replicated in AngularJS, using jQuery?

[SIMULATION using JSFiddle at the end of the problem description] The following function performs the insertion of some elements using AngularJS: $scope.addItem = function (user){ $scope.items.push({ nome: $("input[name='nome']")....
asked by 03.01.2017 / 01:31
0
answers

How to "fix" Copyright?

Hello! I have a question I could not find on any site, or I did not use the right keywords to find it. There is a template website that obviously offers templates, but when the guy removes the credits, by accessing my blog for example, it is...
asked by 28.12.2016 / 23:45
1
answer

How to capture the td of a web page using selenium vba?

The html code looks like this: <table> <tr> <td width="01%" class="tex3b"><img height="14" src="/imagens/tm_bullet.gif" width="6"></td> <td width="20%" class="tex3b">Órgão</td>...
asked by 29.12.2016 / 14:58
1
answer

How to position the section below the menu

I'm using the Anchor menu, and when I click the link it gets to the top of the menu, how do I position it under the menu? How it works: Howtostay: code:'Script'<script>varmenu=$('#menu.navli');varsectionPositions=$('section').map(funct...
asked by 29.12.2016 / 00:22
1
answer

Media queries or multiple style sheets?

In order to make the site fast and responsive, which is better? 1-Use Media Queries and set the resolutions in just one style sheet. 2-Use multiple stylesheets that will be called in HTML according to the resolution.     
asked by 23.01.2017 / 15:05
1
answer

date function in html5 integrated with php

Well, I'm programming in php an integration with a process management software called BPM. I had to create a small form in html and pass certain information between them on the date. As I was passing the information it dates from the error. (The...
asked by 23.01.2017 / 15:10
0
answers

Problem in managerengine xml

Hello, <operation name="GET_REQUESTS"> <result> <status>Failed</status> <message>POST_ONLY_URL</message> <error_code>4001</error_code> </result> </operation> link Does anyone...
asked by 08.12.2016 / 16:57
2
answers

How do I not repeat the value of a html cell

How do I not repeat the value of a cell in a html table? For example I do not want to repeat the value of cell **DataPedido** The query that will return the data is this: var _listaPedido = from _pedido in _pedidoAuxiliar...
asked by 08.12.2016 / 10:56