Questions tagged as 'html5'

1
answer

Bootstrap datepicker 1.6.4

I want to know how do I start the date enabled for tomorrow in datepicker bootstrap, for example, the user can not select today's date nor yesterday, the user can only click dates from tomorrow on up to 3 business days, not being able to click o...
asked by 28.06.2018 / 21:15
0
answers

Dropdown menu that loads one div and hides the other

I need to create in HTML 5 a dropdown menu where you will have 6 options, this menu will work as a filter. This filter would be, for example, a dropdown menu where the person selects the "category" and below the data is loaded, the contact in...
asked by 03.09.2018 / 21:44
0
answers

Request problem $ .ajax - Receive HTML table

I'm not able to mount the modal by getting a table using $ ajax . Anyone have any tips? I'm sending it this way: JS file: $("html").on('click', "#modalHorariosQuadra", function(){ var idQuadra = parseInt( $(this).val() ); var mod...
asked by 21.06.2018 / 21:02
1
answer

How to clear fields from a form in Django

I'm studying Django and I'm following a course, which is setting up a Spending Control. However I am not 100% faithful to the course, I am making some modifications. My problem is this, when I register a transaction, the form fields are not clea...
asked by 04.07.2018 / 02:38
0
answers

What is the best way to convert an HTML5 project to JSP?

Good afternoon programmers, I'm new here in Stack and new in this technological world and even more in the programming area. I have a college project and as the first good project even though in group there are difficulties, and our biggest w...
asked by 23.06.2018 / 17:41
0
answers

Modal PDF opening is lowercase

I have a website where I use a modal to open PDF, and the same one when opened is very small. Has anyone ever experienced this? Would you know a way to fix it? CSS Code Modal: .modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen ....
asked by 23.06.2018 / 03:53
0
answers

because the css properties work only in HTML and not in the external css

<button id="btn-info" type="button"></button> When I put the selector with the properties in external css it does not work but if you put it directly into the html style it works fine. #btn-info{ display: block!important;...
asked by 20.06.2018 / 08:09
0
answers

Monstra response according to user's choices

I need to mount a "Mount yourself" framework. Depending on the user's choice, new images should appear. And in the Final you should give the piece that most indicates to the customer. I thought of doing in javascript, when the use...
asked by 14.06.2018 / 20:51
0
answers

meta share tag whatsapp

Hello everyone, I'm trying to develop an application and I need a button to share a link via whatsapp, it even shares but the tags are not being loaded because of the subdomain! Example: The Url below does not load the tags link It...
asked by 24.06.2018 / 23:31
0
answers

How to insert SVG dynamically?

I have several SVG's and I need to insert them dynamically in HTML5 and with responsiveness ... How do I do this feat? Remembering that I will have to manipulate each id of the image svg. NOTE: SVG WILL BE ITERATIVE (OVERALL GENERAL, IT WILL...
asked by 22.06.2018 / 04:31