Questions tagged as 'html'

1
answer

Define the class of a li element created at runtime

Below I have a stylized list with bootstrap (defining the class of ul and li ) <!DOCTYPE html> <html> <head> <link href="bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet"> <titl...
asked by 10.03.2016 / 14:42
1
answer

How to get a variable inside the URL in php

I have a two-day problem that I can not decipher. I need the login variable and password passed in the login form of my system, get to the url that receives the user and password parameter. That way it will enter according to the login and passw...
asked by 11.02.2016 / 12:04
1
answer

Select option to select otherwise with AngularJS

I recently found this example in JSFiddle to select given option in a select element. I noticed that it is selected as follows: HTML : <div class="listitem" ng-repeat="Choice in Person.Choices"> {{Choice.Name}...
asked by 10.02.2016 / 19:31
1
answer

Dynamically increasing the div content [duplicate]

I have 3 div's and div2 must have dynamic content (growing as content is inserted into it), div1 must match the growth of div2. How can I do this? <div id="divPrincipal"> <div id="div1" style="width:20%; background-color...
asked by 12.02.2016 / 21:11
1
answer

Dropdown Twitter Bootstrap, being ignored in the Ajax request

Hello, Stack Over Flow community, I am trying to include pages via ajax , but when I click to open dropdown it is ignored and adds the page Index of WampServer how to proceed in these cases? Here I will put an ima...
asked by 13.02.2016 / 13:07
1
answer

Change transition and location of an action in jQuery

I recently found a code that has what I need. I am developing a page with 3 buttons, each of them shows a content (a div) when clicked. When I click the first button, as the div is displayed below, the other buttons are also pushed down. That...
asked by 28.01.2016 / 20:28
1
answer

Problem with special php characters

I'm using php on the html page to validate a form. When the database retries the text to the page php is not displaying the result with special characters. Where is the error? Page: <meta http-equiv="Content-Type" content="text/html; ch...
asked by 14.04.2016 / 15:55
1
answer

Make anchor in AngularJS

Hello, I need to create an anchor in which when I click on a link it display block arrow in a hidden div and scroll down the page up to that div. The part of giving block display I've done, what I need is the part where I click the link and the p...
asked by 09.03.2016 / 19:14
1
answer

Styling a menu bar via CSS

Good morning, people. I've been thinking about how to style my menu, and I've got an idea, I wonder if it's possible Is there any way I can use some css effect that causes part of my menu to be selected? For example: Assuming my menu is composed...
asked by 07.03.2016 / 14:22
1
answer

getOutputStream () error has already been called for this response

I have the following error in my application: getOutputStream () has already been called for this response. Ok, the code snippet that is causing this error is as follows: boolean hasLogoLogin = new BrandResourceDao().selectByTag(BrandRes...
asked by 08.03.2016 / 15:08