Questions tagged as 'jquery'

1
answer

How to display an EditorFor based on a selected item from a DropDownList in MVC 5?

Greetings I have the following situation. I have the following code in a view <div class="form-group"> @Html.LabelFor(model => model.IdDestinoPersona, htmlAttributes: new { @class = "control-label col-md-2" }) <div class...
asked by 09.07.2018 / 16:52
1
answer

radio input selection to point to a form

How can you access a form by selecting inputs radios? I have this example but it does not work for me <input name="tabs" checked type="radio" data-target="#fisica">Persona Física <input name="tabs" type="radio" data-target="#moral"...
asked by 21.06.2018 / 15:37
0
answers

What is the correct way to load in a table data recovered with Spring, Hibernate and JQuery?

I am working with Spring mvc, hibernate with connection to SQL and I have trouble loading data on a table, which I have is the following. Pojo: public class Trabajador implements java.io.Serializable { private String idTrabajador;...
asked by 23.06.2018 / 19:35
0
answers

How to know if you press the back button on my page using js ???

I need to avoid that in a view of my page they can go back. How can I know if they press the back button on my page using js ???     
asked by 24.06.2018 / 02:35
0
answers

How can I get audios of different HTML, which are called with the load () method of jQuery, not to interfere in certain div?

HTML <div class="fondo"> <section class="channels"> <ul> <li><button id="Hitlist">Ch.1 - Hitlist</button></li> <li><button id="ElektroXploit">Ch.2 - ElektroXploit</bu...
asked by 23.06.2018 / 22:50
1
answer

Query with many fields and records in MySQL

Good afternoon forum STACKOVERFLOW , I hope you can support me with a MySQL query I have a table of 72 columns and 64 records. The table so requires my boss for questions of standardization. The base has only in the registers the number 1...
asked by 20.06.2018 / 17:10
0
answers

Problems with the bootstrap-show-password plugin and the keyup event

I have a problem with the bootstrap-show-password plugin. I try to do a maximum password size control in a KeyUp to get a warning just when I complete the maximum size and it does not work when I clicked on the "eye button" to see the password....
asked by 21.06.2018 / 13:33
2
answers

Perform input type input with button

I hope this question does not sound absurd but I have to make an input but without using input I have to capture only numbers and always round to the nearest, pure whole numbers ie: entry = & 149; output => 100 and perform the buttons that norma...
asked by 22.06.2018 / 23:55
0
answers

problem when entering php with ajax

I am doing a crud by means of ajax and php but my problem is that in the first place I am not entering anything but when I do echo in php with the variables that I have there, I am capturing all and when I am returnin...
asked by 22.06.2018 / 15:44
0
answers

Page comments and answers

Does anyone know how I can page these comments? I've tried everything ... jquery, ajax, paginator, php ... <div class="comment-form-container"> <form id="frm-comment"> <div class="input-row">...
asked by 22.06.2018 / 12:24