Questions tagged as 'html5'

1
answer

How to load CSS when using Friendly URL in Apache?

My CSS does not load the content when I started using the friendly URL. Try to use the tag <base href="localhost/guiacomercial/" /> and within .htaccess RewriteBase / Because the load stays like this anyway:...
asked by 29.11.2017 / 19:25
1
answer

Bootstrap navbar close

Hello, I'm using bootstrap version 4.0 beta-2, and I have a question, how do I close the navbar menu after clicking on an item in the list? By default it is necessary to click on the item and click again on the menu to close it. I found a solu...
asked by 12.11.2017 / 05:02
1
answer

jsPDF include css

How do I save this DIV, with css formatting, if it's easier to do with table, so can I, so what I need is to just show this DIV with value inside. It will be generated side by side. var doc = new jsPDF(); var specialElementHandlers = {...
asked by 11.08.2017 / 02:02
1
answer

How to declare and use the @viewport rule?

I've been reading that the meta viewport has better implementation by the CSS viewport rule, however, it's still confusing for me ...     
asked by 24.06.2018 / 07:37
1
answer

Vue js render video

I have the following component: <div v-for="video in videos" :key="video.title"> <video class="video-js" controls preload="auto"> <source v-bind:src="video.src" type="video/mp4"> </video> </div>...
asked by 09.11.2017 / 19:00
1
answer

Infinite Menu with recursive function

I would like to know how I can create a recursive interface. I have a set of menus, these menus are parents having children and so on, there being no maximum number of children. I would like to find a solution to this problem, I left what I have...
asked by 13.07.2017 / 11:32
1
answer

jQuery - function .prop ()

I have a input that is disabled by default, however I wanted to enable it in loading the page through jQuery, but it is not working. Code of input : <input type="text" title="Número" name="billing[street][2]" id="billing:s...
asked by 23.09.2017 / 15:36
1
answer

Add buttons in table rows

I'm using: link and with it I'm able to create the table and load the json data. The problem is that I'm not able to add another column with edit and delete actions, for example. Where would be 2 buttons. The back is with Java.     
asked by 28.06.2017 / 20:40
1
answer

JQuery event does not execute after click

I'm creating an image gallery with JQuery and PHP. All functions (upload, load, load more) work normal except to delete the image. The event should occur when the class button "button-remove-image-gallery" is pressed, but nothing happens, nor...
asked by 18.08.2017 / 19:09
2
answers

Can I set ids and classes in styles, scripts, etc?

Can I set ids and classes to style , script , etc? Example: <style class="teste" id="teste"> /* Meu codigo aqui */ </style>     
asked by 18.08.2017 / 16:56