Questions tagged as 'html5'

1
answer

Can I use the PUT method in an html form?

So far, everything is fine with GET or POST with an HTML form, but can PUT, PATCH, UPDATE be used to use them as a method when sending the form?     
asked by 25.05.2018 / 18:06
2
answers

I want to take the data of each label?

I want to click on each button of each div generated I take the data in which they are, the price and the name, but when the page is generated, all the buttons return the information of the first <div> generated for the fo...
asked by 28.11.2017 / 14:12
3
answers

Remove HTML5 DIV item content

What is the correct way to remove the content of an element <div id="root"></div> of HTML 5 if this element contains other elements <div></div> , I have tried these two options and both work, but I would like...
asked by 23.11.2017 / 15:44
2
answers

How to do an alphanumeric validation in Javascript?

Good, I'm trying to make the user have to enter if or if at least a number or a letter, otherwise than error. //Caracteres permitidos var letras = "abcdefghijklmnopqrstuvwxyz"; var numeros = "0123456789"; var correcto = 0; var correc...
asked by 02.12.2017 / 18:30
2
answers

change background color without an input, and define a value in a function in javascript

I'm trying to change the color of a div with a function in javascript, but now I want to load the page already have that color, according to a value already defined in the function, without the need for an input, but I have not achieved it, I ho...
asked by 04.10.2017 / 00:02
1
answer

Error showing the rest of the text with a button?

I'm using javascript to show the truncate of a text, but when you click to show the rest of the text, just enter the value inside the incomplete button. html: <div class="col-lg-10 "> <span>Lorem ipsum dolor sit amet, cons...
asked by 09.10.2017 / 22:51
1
answer

Because it detects class that are erased

I'm trying to make a jquery script that detects one class inside another and when it detects it notify, delete it and continue running until it detects another one. But the problem is that it detects a class that is deleted before and is not...
asked by 22.08.2017 / 14:16
2
answers

How to draw a chart with svg?

I need to draw the next chart through SVG, could someone help me get to the goal? since I tried without success since I did not draw in svg I was also supported with bookstores but I also did not get what I expected. The increase bar would be...
asked by 16.10.2018 / 21:47
1
answer

How to execute a C # form with OpenFileDialog from an html?

Next I append an example of code html where I need to know how I can send execute a form that has a OpenFileDialog object to search and load a file with extension .csv ; the part where I want to embed the highlight with asterisks (*)....
asked by 13.06.2017 / 20:29
1
answer

angular code js filter does not work for me

function MyCtrl($scope, $filter) { $scope.items = [ {id:71610067, name:'John'}, {id:2, name:'Steve'}, {id:3, name:'Joey'}, {id:4, name:'Mary'}, {id:5, name:'Marylin'}]; $scope.it...
asked by 02.06.2017 / 19:42