Questions tagged as 'html5'

1
answer

No files are loaded with fileupload aspx control

I have a doubt, there is control <asp:FileUpload ID="ImagenArchivo" AllowMultiple="true" runat="server" Width="132px" /> and it has activated the selection of multiple files but when I get that information in my code vb only takes...
asked by 07.07.2017 / 15:58
0
answers

ChartJs, Draw straight lines in bar chart [closed]

THE EXPECTED Be able to draw horizontal lines with labels and colors as seen in the photo. Set static scale from 0 to 300. My current code: JS var data = { labels: ["UNO"], datasets: [...
asked by 05.05.2017 / 14:56
2
answers

Undefined when reading XML file in JS

On an HTML5 page with JS that I have to do, I have to simulate RSS with an XML file (which simulates an html with a couple of own tags), which has articles, first showing a header with a link to the description . At the moment, the file reads it...
asked by 23.03.2017 / 16:55
2
answers

Is it possible to create an html.exe app? [closed]

Good, I have in my hands a project where I make an animation known as pageflip (page effect for a virtual book), the situation is that most of the ways in which it can be done do not comply with the final product which said by the way, it is a v...
asked by 22.03.2017 / 16:51
2
answers

badge in a select to show an accountant

I am looking for a way to display a list that contains the number of students per room, that is: Ex: HTML <div class="form-group"> <select class="form-control" name="selecgrupo" id="selecgrupo"> <option>Selecc...
asked by 02.01.2017 / 15:18
0
answers

Change appearance of a website [closed]

I'm doing a website with php, html5, css3 and javascript. In my html code with php I have different div which have different colors and the text that appears in them has different families letters. I would like to make a section on the web in...
asked by 27.12.2016 / 14:47
1
answer

Display a loader until all the ajax requests are uploaded

I have to show a loader on a page that shows graphs and I need to show the loader until they do not load all. The problem is that the loader is displayed in a very short time and is hidden before they load all the contents. The code is as...
asked by 16.01.2017 / 15:22
1
answer

Major and minor positions of an array

I have arrays that are filled with two variables and I am doing very well but now I have not been able to identify which is the minor value and greater value of a selected point with a slider, I am looking at the Underscore.js library and there...
asked by 01.11.2016 / 16:19
0
answers

Paginate a table [closed]

I work with ASP.NET MVC 5, I want to paginate a table created with html, I have tried it with jquery but it has not worked. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="~/sc...
asked by 14.02.2017 / 00:08
0
answers

With an angle directive detect when I scroll on several div [closed]

It's something like this but implemented in an angle directive that I do not have much knowledge about angle <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <div class="scrollable" id="co...
asked by 13.02.2017 / 18:22