Questions tagged as 'javascript'

1
answer

In a row created by Jquery, how to name inputs that are created?

Good morning. I have the following situation, I have a table, which generates rows every time the 'add' button is pressed, within the created TDs there are some input that keep the information stored, all the above is inside of a form that g...
asked by 21.12.2017 / 15:47
1
answer

at the time of recharging a div, the script that is inside the div is not recharged

my code is as follows: <?php $r= rand(0,9); echo" <html> <head> <title>Alertas</title> <script src='web/view/js/jquery-2.0.3.min.js'></script> <script src='web/view/js/main.js'></script>...
asked by 26.12.2017 / 23:30
2
answers

Ajax post request

I am new in JS and I am confused in this, post request by AJAX , I would like to know if my comments are ok and if I am correct because I am confused enough, a post request opens and you are pass 3 arguments, string...
asked by 20.12.2017 / 20:11
0
answers

DatePicker JQUERY UI - Redial dates from a database

What I'm trying to do is highlight some dates, taken from a database, in a datepicker. After searching a lot on the internet it seems normal, but I can not get it ... any help will be welcome. My codes: //función para mostrar el calendario...
asked by 20.12.2017 / 17:45
1
answer

Problems with the css of a href in menu Bootstrap

$(document).ready(function(){ $(".dropdown").click( function() { $('.dropdown-menu', this).not('.in .dropdown-menu').stop(true,true).slideToggle("600"); $(this).toggle...
asked by 19.12.2017 / 23:45
0
answers

Error passing object by FormData and POST

The following function searches all the questions and answers that have been generated in a table in a dynamic way to carry out a questionnaire of x number of questions with x number of answers. However, when we want to pass the object to a p...
asked by 18.12.2017 / 18:19
3
answers

Problems with hover image transform: skewX CSS

I am wanting to add a title for each image when I do the hover and I would like to place it as the example of the attached image, the problem that I was testing and it does not allow me to position it over the image and that is in the top limit,...
asked by 18.12.2017 / 14:42
0
answers

The javascript code does not send to the controller

I am doing a web application in C # ASP.NET MVC5, I need in the view to validate a dropdownlist that is not empty, and when it is full send the data to the controller. JavaScript function Validar() { var pais_id = document.getElementB...
asked by 18.12.2017 / 20:20
2
answers

html select puts it twice on screen

When I write a htlm select it makes it normal on the screen, but when I do multiselect with jquery, I duplicate it HTML this is the html code <div class="form-group"> <label for="SelectdestinoP" class="col-lg-2 control-...
asked by 18.12.2017 / 18:50
1
answer

Problems with hover in a bootstrap carousel

Hi, I'm having a problem with the text that I apply to the image of a bootstrap carousel, the problem is when it does the hover, where the content stays fixed. But it should do the same effect as the text below. The content not adaptable to the...
asked by 12.12.2017 / 13:18