Questions tagged as 'html'

1
answer

HTML / CSS - Menus with sub-menus overlap

Hello, I have an application in Delphi that generates an HTML code from some of the user's registry. I mount a menu tree and sub-menus into HTML, but when there are many menus in the main root, the sub-menus open behind the main root menus...
asked by 28.08.2018 / 01:18
0
answers

"Lock" a lib in a certain part of the code

In my code I have a materialize lib but it starts to apply css that I do not want in a certain part of my code, is there a way to "lock" it in that particular part?     
asked by 06.08.2018 / 15:17
1
answer

Is it possible to put the contents of a "thymeleaf object" inside a "variable" in HTML?

To contextualize: I have a "log" object, which was declared in an HTML page through thymeleaf: <html xmlns:th="http://www.thymeleaf.org" th:include="layout :: page"> ... <form class="form-inline" action="#" th:action="@{'log/'...
asked by 06.08.2018 / 16:42
0
answers

Element without properties

See the following code snippet below: var element = document.getElementById('myDiv'); console.log('element: ', element); console.log('has tagName property: ', element.hasOwnProperty('tagName')); console.log('all properties: ', Objec...
asked by 06.07.2018 / 02:37
1
answer

Tooltip does not disappear when the button is clicked

The tooltip usually appears when I hover the mouse over the button, but when I click the button and drag the mouse out of the button the tooltip gets stuck. <button type="button" class="btn btn-default fa fa-angle-left fa-2x" data-toggle="t...
asked by 06.07.2018 / 16:52
1
answer

PHP - Multiple image upload does not work

I'm implementing a Drag and Drop scheme in my project, as in the example below: var holder = document.getElementById('holder'), tests = { filereader: typeof FileReader != 'undefined', dnd: 'draggable' in document.createE...
asked by 05.07.2018 / 02:36
1
answer

Jquey does not work with elements inserted using .html ()

Good evening people, so .. I have an ajax code that catches a loop inside a php file and then inserts the result into an html page. So far, everything works. The problem is at the time I want to manipulate some class that was entered using .html...
asked by 07.07.2018 / 00:45
1
answer

Pass mouse - image down effect

How can I make an effect when hovering over the image, lowering a box below that image? Ps: Similar to MENU when mouseover <a target="_blank" href="cadastro" ><img src="https://cssreference.io/images/css-reference-icon.png"style="...
asked by 24.07.2018 / 01:01
0
answers

How to change a meta tag in a SPA?

I have a SPA made with pure javascript, and I needed to change the meta description after an event, for example, a click. Using javascript I can change, but I think that for the Google crawler this does not make any difference. Is this cor...
asked by 26.07.2018 / 22:57
0
answers

How do I make / call the AJAX url?

To contextualize : There is a remote directory, clearing-dit\logs , which has a series of logs ( portal.log , test.log , ...). This directory is mapped to an HTML page, where all its .log's are displayed. Once one of...
asked by 01.08.2018 / 16:37