Questions tagged as 'html5'

1
answer

Remove blob with ajax, button inside modal

I can not access all the data since it stays in the first iteration, that is, I can only access the first ID, this is necessary to be able to delete the correct blob file. The html part is huge because I show the information in a table first, an...
asked by 17.01.2017 / 14:16
0
answers

How do I redirect from one jsp to another with an anchor tag?

To be able to update or update a database, use this     
asked by 09.01.2017 / 15:02
1
answer

spaces between several items in one view. MVC

from a foreach I send several items of the model to my view, and they show me without problem, but I am looking for them to be placed with considerable spaces. My code: <tr> @if (Model != null) { foreach (var item i...
asked by 21.12.2016 / 15:52
1
answer

How do I modify the attributes of an input, which has been created by means of an ajax response?

I am trying to modify the attributes of an input that I generate dynamically and that I show on the page through ajax. function traigo_form(){ $.ajax({ data:{enviado: true} type: "POST", url: "localhost...
asked by 05.12.2016 / 22:07
1
answer

Slide an input range from a point other than the middle

How can I make an input range have the widest slider? I want to achieve this and that the slider can be pressed at any of its points, not just in the middle. For example, in the following link I have managed to make a very wide slider but it onl...
asked by 30.11.2016 / 12:03
0
answers

Alternate Divs by selecting with selectors

I have a portfolio of photos in div in which he shows me all the photos and I can select by category as follows: $portfolio_selectors.on('click', function () { $portfolio_selectors.parent().removeClass('active'); $(this).parent(...
asked by 04.11.2016 / 03:51
2
answers

How do I get the correct measurements of an image using javascript?

My problem is that I want to determine what size minimum and maximum should be the images that will be entered into my web system, both length and height (width and height). Here is my file-type input <input type="file" name="file-1[]" i...
asked by 17.08.2016 / 19:10
1
answer

problems when updating from an array in mongo and nodejs using async

Hi, I have a problem I want to update, a database from an array that I have, to cycle the array and every key that exists in the db that I update ... I have written the code, but I only update the last record .. I do not know why. var...
asked by 16.08.2016 / 15:55
1
answer

Modular web in PHP .. I update the whole page, what is the best way to do it?

I have this code: <?php include("FOLDER1/archivos/MENU.php"); ?> <?PHP if (isset($_GET['id'])) { if (!empty($_GET['id']) && $_GET['id'] != "index") { if (file_exists("./FOLDER1/".$_GET['id'].".php")) { include ("....
asked by 21.11.2016 / 20:59
1
answer

Skin in ZIP for JW-Player does not load in Apache

I have a code, which is used to insert videos using the JWplayer player. (Flash + HTML5) It works for both Flash and HTML5. If the browser has the adobe flash player installed and also supports HTML5; The order is for the video to be played u...
asked by 22.11.2016 / 18:39