Questions tagged as 'html5'

2
answers

Jquery - Load multi-image from input file to container

I would like to upload the selected images through a multiple input type = 'file' to a container in real time, that is, I select a series of images and once accepted the samples in a modal window. Googleando I have found code, which after mod...
asked by 01.02.2018 / 12:30
1
answer

How to center a menu

Hello everyone, I am trying to focus these div but I could not and I would appreciate your help. * { margin:0px; padding: 0px; } #header { margin:auto; width:600px; font-family:Arial, Helvetica, sans-serif; } u...
asked by 03.02.2018 / 18:28
1
answer

Problems with styles when repeating input number in bootstrap 4

Hello, I am having problems with an input form of numbers, it turns out that when I repeat the whole div, it only takes style to only one. (function ( $ ) { $.fn.bootstrapNumber = function( options ) { var settings = $.extend({...
asked by 14.06.2018 / 17:05
1
answer

Use the onclick in the list of options

I have the following html code drop-down list, with which I need to link some already designed reports <label class="w3-text-teal"><b>Tipo de Reportes&vert;</b> <select name="Lista" class="w3-border">...
asked by 09.03.2018 / 05:18
1
answer

How to make a Loading when calling a page with ajax?

Well it happens that I want to add a gif Loading and run every time I click on the link, after a certain time I load the page, the gif should be centered and add a kind of dark background to the whole body , I'm using codeigniter, please help me...
asked by 08.05.2018 / 19:02
1
answer

Get data from a table using JQuery or Javascript

I am developing a system in which I need to obtain a data (ID) of a row whose column is with the attribute hidden . Table code <table id="tbl_Datos"> <thead> <tr> <th hidden>ID</th&...
asked by 08.01.2018 / 20:17
1
answer

get icon name and show it in input with JS

How to do so that by giving click icon, I can send the icon name to input , in this case I need to send input what contains the class of my tag i < i class="fa fa-android"> < /i>     
asked by 17.11.2017 / 05:05
1
answer

html tags u or span? [closed]

I was currently using span to select a part of my text and give it another style, but recently I discovered a tag called u that has the same effect with the same definition    Defines text that should be stylistically different...
asked by 27.12.2017 / 18:44
1
answer

Because these files are not integrated to the wordpress theme

Good day, I ask this question since I am trying to integrate a file with css properties to WORDPRESS where I have everything related to the responsive and the topic is not applying the changes the same thing happens with the .js file that I want...
asked by 02.12.2017 / 18:44
1
answer

Get the time with jquery

I have the following code, with this I can add a class (today) in a div. Now what I need is to be able to do the following, 18:00 - 20:00 I want to be able to calculate that if the time range is not between 18:00 y 20:00 , add a text...
asked by 06.12.2017 / 10:38