Questions tagged as 'html5'

0
answers

input type file multiple argument type mismatch

I am trying to implement a functionality in which you can upload as many files as you wish to select to the server. I'm doing it with: <form id="uploadForm" action="uploadFilesDPT.do" styleId="withoutPadding" method="POST" enctype="multipar...
asked by 15.06.2016 / 14:49
2
answers

The ng-disabled directive does not work on the links

I want two links to be deactivated when I press a button. I wanted to use the ng-disabled directive but it does not work for links, only on buttons. something like this. This example does it but I need it with links     
asked by 22.06.2016 / 17:43
1
answer

How to insert data in MySQL with dynamic fields inputs?

$(document).ready(function(){ var addButton = $('.btn-danger'); //Add button selector var wrapper = $('.col-sm-9'); //Input field wrapper var fieldHTML = '<div style="margin-top:10px"class="input-group"> <input type="tex...
asked by 30.05.2016 / 21:16
0
answers

Validations in jsf

Good I am in my project but I need to make some validations and that when the user enters their data in the login show me welcome messages or error is the case but I am a little lost thank you for your cooperation. mapped entity /* * To...
asked by 27.04.2016 / 18:34
1
answer

When calling a form it must be converted into popoup

I am working with ASP MVC, I call a partial view that should become popoup , I call it from a button from my view index , the code is as follows: @Model OperacionesCrudMVC.Models.Phone <div class="modal-header"> <button ty...
asked by 09.03.2016 / 14:50
1
answer

Convert to popoup partial view

I am working with ASP.NET MVC5, I have an index view in which I have a WebGrid , from which I call my partial view, all the code to call the partial view from the controllers goes well, the problem is that when I call her popoup is not sho...
asked by 17.03.2016 / 23:14
1
answer

JavaSript code is not activated for the text effect 'accordion' in an html document

I'm trying to implement the text effect 'accordion' in an html document but it does not work, something blocks the event and I still do not know what. If I copy and paste the sample code from here into a blank html document, everything work...
asked by 15.04.2016 / 18:15
1
answer

Problem when integrating jsf into an HTML5 Button

I am trying to make the Front-end connection to the Back-end using JSF. I'm using bootstrap, everything works perfect until I insert the jsf:action #{action} in the button. The problem is that after putting this small piece of code the...
asked by 19.04.2016 / 19:59
2
answers

Disable a combo when detecting that a text type input has data

Good Day. I want to disable a combo when a character is detected in the field and vice versa, when I put an option in the combo it disables the imput. Here my code. Putting the onkeyup event and removing the readonly if I disable the combo, b...
asked by 23.01.2018 / 14:47
3
answers

How to increase the days of an input date without counting on Sundays?

I have an input date where I put a date and another input date where N days appear after the day I fill in the first input date, but I want the N days do not count on Sundays. What I did until now that is easy is to increase the N days but co...
asked by 19.06.2017 / 04:57