Questions tagged as 'html'

1
answer

Window size divs

I have a map below a div . My problem is that when I add altura 100% , it takes the value of body , lower than primeira div , scroll . Example: jsfiddle <!DOCTYPE html> <html> <head> &...
asked by 16.07.2016 / 00:47
1
answer

Change class of a Button when it is disabled and vice versa

Good afternoon, guys I have a form with 2 inputs that I have to fill in to enable button . I wanted the button to have a color when disabled and another color when I had enabled it. I'll show the code that enables my button...
asked by 01.08.2016 / 18:18
1
answer

Click load more and increase LIMIT

I want to make a query for when I click the load more button, the LIMIT increases to display another 9 images in my gallery My Code: <!-- connect.php --> <?php $host = "localhost"; $user = "root"; $db = "fenix"; $pass = ""; try{...
asked by 31.07.2016 / 20:16
1
answer

Default select Angular

<select class="ui search dropdown" ng-model="vm.empresa" ng-options="item.id as item.label for item in vm.collectionData.items track by item.id" required > <option value="">Selecione uma Empresa</option> </select>...
asked by 01.08.2016 / 13:55
1
answer

Opening 2 modals with same class - CSS

Well, good evening. Is that okay? My question is relatively simple. I have a modal box to present a simple text. I would also like to use it to display, as soon as the user clicks on another link, a text field, in which you can retrieve the f...
asked by 28.07.2016 / 05:32
2
answers

Problems with dropdown menu

I am making a website and using the dropdown, however, I can not use 2 dropdowns on a page, I can only use 1. I have already researched and found something about using classes, but I do not know how this works or how to apply it to the code. Ca...
asked by 16.07.2016 / 15:47
3
answers

Hide object with JavaScript

I'm trying to hide an object in JavaScript, I'm having difficulties, I tried the command: document.getElementById("form-tab-1").style.display = "none"; But it does not work, I do not know why. The object to be hidden is inside the red c...
asked by 28.08.2016 / 02:36
1
answer

Join controllers

I have this controller that sends a normal Error or Success notification $scope.add = function () { if(!$scope.name || !$scope.url ){ $scope.success = null; return $scope.error = 'Preencha todos os campos.'...
asked by 05.10.2016 / 21:47
1
answer

Parallax effect is not working on mobile

I'm developing a new website here link And everything is working (effects and sizes), I'm using Bootstrap and jQuery, except in the mobile that in the Home and About Us has the Parallax effect. The same does not work on any mobile device...
asked by 10.10.2016 / 12:37
1
answer

Retrieve JSON values and assemble HTML for each record

I'm having doubts about how to structure a JQuery that should append an HTML code to each of the items a JSON returns me. My question is how to retrieve each of the JSON values and do a repeat structure to create the HTML that will eventu...
asked by 06.10.2016 / 17:38