Questions tagged as 'html'

1
answer

Image does not change when you click on it, only in the text

I have a problem, I have a project with several collapses and to indicate opening and closing of the collapses, I placed an arrow to the right and when clicking on the text, it flips down and the collapse opens, however, own arrow, the collapse...
asked by 29.10.2018 / 15:57
0
answers

Dynamic menu with c: foreach and bootstrap

I'm having trouble implementing the menu using c:foreach . The menu appears only that it does not load the submenus. My parent list loads all data from the menu table with the null parent field. And the todosFilhos list loads all...
asked by 23.10.2018 / 20:58
1
answer

I can not align thead with tbody in my table with SQL query

I have the following table header: <?php echo ' <div style="height:65px"> </div> <table id="oie" border="1" class="minha-table"> <thead class="headerr" style="position:fixed;"> <tr sty...
asked by 22.10.2018 / 21:10
0
answers

Use the NgSwitch function inside php masi at once

            selection={{selection}}             Settings Div       Home Span       default            (function (angular) {   'use strict'; angular.module ('switchExample', ['ngAnimate'])   .controller ('ExampleController', ['$ scope', fu...
asked by 22.10.2018 / 20:53
0
answers

Create modal with the contents of the Code tag

I'm developing a job for college and to present I made a simple page in html. The page has a div with the tag code, where I play a json file with a thousand more lines. I would like to create a modal that occupies the whole screen and insi...
asked by 20.10.2018 / 20:26
0
answers

Google Map API hidden inside div

When I try to put the google map inside a div with my class to make it responsive and organized it disappears, could anyone help solve this Google Maps API problem? <!DOCTYPE html> <html> <head> <title>Simple Map</t...
asked by 20.10.2018 / 16:24
0
answers

Jquery - FileUploader can delete file but is submitted in the same

Good people, I'm using the following Jquey plugin to upload files: File-Upload I intend, in addition to submitting files, it allows the user to be able to delete those same files before submitting them. I'm using the foll...
asked by 23.10.2018 / 11:38
0
answers

How to get the id of my chosen item in my select?

I have a select that besides taking the name, I also need to get the id of my selected option. My select: <select (change)="setTipoProduto(tipoDoProduto)" [(ngModel)]="tipoDoProduto" name="tipoDoProdutoName" class="select-text">...
asked by 18.10.2018 / 13:12
0
answers

Javascript does not return results

I made a javaScript script to send data to a php file, the data is sent correctly, then it is processed in php to be used again in javascript, however I can not access the return of this data, javascript does not generate the div that I put or s...
asked by 18.10.2018 / 15:32
1
answer

How to create divs inside javaScript and use Json

I'm trying to create and fill in several html cards according to the Json return I have from a PHP file, I have Javascript that takes the Json array, my question is how do I create multiple cards within that javascript? Javascript $(functi...
asked by 18.10.2018 / 05:22