Questions tagged as 'html'

1
answer

Remove Child Firebase

Hello, I'm starting to study Firebase and I'm putting together a simple timeline, but I crashed at the time of trying to delete a certain post. I've seen people saying it's done by remove() , but I do not know how to apply it to the code....
asked by 26.06.2018 / 17:17
0
answers

JS and HTML History

Err to call the information in the database and view it in a table using tags. Error: Can not read property 'pla_id' of undefined Note: I am a newcomer to the development, I researched this error and saw that it is not so complicated, but...
asked by 26.06.2018 / 15:36
0
answers

Htmlunit for a specific script

Good morning. I'm trying to block a specific script in HtmlUnit (Java) that is not letting other information access, I've tried this code, but when I give a print page.asXml () it continues to block page content. Code used: WebClient web...
asked by 26.06.2018 / 15:09
0
answers

Datepicker that takes information by day, week and month

Hello , I'm creating an html form, where I need to filter some dates so that the user is restricted to taking a one-day interval, or just a week of the month, or an entire month . I'm currently using DateRangePicker, however I needed to turn it...
asked by 27.06.2018 / 13:07
1
answer

Problems with href scrolling for content on the same page at lower resolutions

My problem is this. <a href="#saibamais" class="scroll-to"> Saiba Mais </a> <div id="saibamais"></div> $('a.scroll-to').on('click', function (e) { e.preventDefault(); $('html,body').animate({scrollTop: ($($(this)...
asked by 27.06.2018 / 14:14
0
answers

Display .tiff images in html

I need to display a modal image, the problem is that it is .tiff I've researched in several places, and I could not find a solution. Can anyone help?     
asked by 25.06.2018 / 03:25
0
answers

Problem with text display in tabview

I'm having a question with a tabview that I've developed with bootstrap it's working perfectly because I need the text content of the right part to always follow the links on the left in yellow that have a "little set". currently w...
asked by 25.06.2018 / 17:11
1
answer

how to remove nodes from an xml file with javascript?

I have an xml document, a script.js and an html page where the following test should occur, I click a button on the page and a function must be executed in the script that removes a group of nodes from the xml file, follows it below FILE.XML...
asked by 29.06.2018 / 05:02
0
answers

Enter text if the field is Null in React

I want to create a function to create a text if the property description field is empty I have following code in react, however this property description value is coming from an API React Code {property.title && <p className=...
asked by 29.06.2018 / 16:58
1
answer

How to get user image in session and add in html?

I'm developing a web application using spring boot. I already have a saved image of the user in the database, now I would like to assign the image of the user logged into the session in the profile photo of my dashboard. How to do this? I can br...
asked by 29.06.2018 / 16:55