Questions tagged as 'jquery'

1
answer

Regular Expressions in Visual Basic.net

I am doing regular expressions in a registration form using Web forms. I would like to know if it is well done because at the time of registering nothing happens. This is my regular expression code: Dim expre_regul As String = "/^[a-zA-Z0...
asked by 19.12.2018 / 00:08
0
answers

Error trying to make custom queries to Mysql database

I have a table in HTML where the information I have stored in a table of my Mysql database is displayed and this information is consulted through ajax. At first I had a code that extracted and showed all the data without having any search option...
asked by 19.11.2018 / 02:13
2
answers

Select cell data from a column with jquery

I have the following table <table class="table table-hover table-secondary mt-1 table-responsive"> <thead> <tr> <th>Producto</th> <th>Cantidad</th>...
asked by 19.11.2018 / 15:32
2
answers

Laravel and Ajax to obtain data

I hope to explain my best so that you can give me a little help: S I have the following JavaScript code: $.ajax({ url: "{{ route('comprobar') }}", method: 'get', dataType: 'json', success: function(respuesta) { console.log("información")...
asked by 10.11.2018 / 17:20
1
answer

Error retrieving variable in JQuery

When I set the date in #datetimepicker1 manually as in the code, it puts it right. But when I replace the date with the value of id , id is blank, and does not set. (the id of the item that was clicked on is a date of the style 20-1...
asked by 04.11.2018 / 16:47
3
answers

Tour div father

Good day, I have a father div, and within the various divs as follows: <div id="messagesTable"> <div id="white" ><span>white --- ggg</span></div> <div id="red" ><span>red --- cambiar</span&...
asked by 01.11.2018 / 04:50
0
answers

load a table without refreshing page

Good as I can update my table, before I only sent my function when I inserted a record and just reloaded it but change dataTable and it does not do that I have to reload the page, I put a console.log and if it enters but does not update I change...
asked by 27.10.2018 / 02:15
1
answer

How to pass parameters of the view to the Controller in ASP.NET MVC with httpPost

Hello, what I need is to select a user's id and the date and I must upload the coordinates of that date in a Google Maps. Model public class RutaRastreoModel { public List<Error> Error { get; set; } public...
asked by 29.10.2018 / 07:00
1
answer

like putting buttons to an overflow

I have a div that contains images and has an overflow, it happens that by default the browser gives the scroll bar and I want it to have the buttons forward and back. as I have it: as I want it: How do I add the buttons?...
asked by 13.11.2018 / 01:00
3
answers

How to get a value of a li?

I have the following structure: <span class="ErrorViewer"> <menu> <li>El Porcentaje de la prima del contrato es menor que el porcentaje Aprobado por la GERENTE </li> </menu> I would like to show an aler...
asked by 24.06.2016 / 00:24