Questions tagged as 'jquery'

0
answers

How to mark a checkbox of a record created dynamically in a table, jquery?

I currently generate a table dynamically in the following way: var prestamos_asignados = $('.prestamos_asignados'); $.each(response.data, function (index, value) { $('<tr/>') .append($('<td/>').addClass('label-cell nuev...
asked by 21.11.2018 / 22:03
0
answers

How to add data from a modal to a view create in Laravel

I have a view to create where I call data from a table called Computer and inside it I have a modal that contains a foreach that brings me the data of a foreigner. What I would like to know is how to add the data of the modal to my view create,...
asked by 21.11.2018 / 18:04
1
answer

Using Jquery & Angular Hybrid

I have a question, I hope and you can help me. I have a jquery function that I am using in angular , it is to generate datatable ... the point is that inside the function I can not use router.navigate[enlace]; $('#example...
asked by 23.11.2018 / 00:18
0
answers

Scroll with buttons in javascript

I'm trying to make a series of horizontal scrolls that scroll with two buttons in javascript and for now this is what I have, to see if you can help me. I've done the code like that a bit roughly. That is, imagine a horizontal list with image...
asked by 27.11.2018 / 15:31
2
answers

Empty fields are added to mysql from insert in php with modal windows

What kind of friends am I struggling with a problem since 2 days ago? Empty data is added to my table but in the insert I do not even call that field it does not even exist. I am following this tutorial to the letter and even then it do...
asked by 27.11.2018 / 18:24
1
answer

help with jquery to select table checkbox dynamically created c #

What friends have the following problem, I am generating a dynamic table with jquery result of a query to a method of c # the method is public JsonResult GetRequirentes(string term) { var Result = from c in db.MtoRequirentes...
asked by 01.12.2018 / 13:45
1
answer

validate date is not less than today's

I am trying to do a validation, where the date chosen and the time is not less than today, I can not use any other framework or library more than js or jquery <script> $(document).ready(function(){ $("#fecha").change(functi...
asked by 21.11.2018 / 23:11
4
answers

Change the text of a p-label with jquery without affecting its child element

A query that may be easy, I want to change the text of a "p" element but without affecting its child element, that is, its element must be intact. <p class="price-cash" >Precio:<strong class="idprecio">$ 0.89</strong></p&g...
asked by 21.11.2018 / 17:23
1
answer

How to center a div with content that is in the middle of the page

Estimated how I can center a div with a registration form that is in a specific section of the page. the page has 2 sections. in the first the login form and in the second the registration form. the problem I have is that I can not center the di...
asked by 21.11.2018 / 15:29
0
answers

How do I make my page do not delay in loading since I have many records inserted?

As I do so that the website where I have many records does not take so long to load, currently its average reload is 30 seconds, that's a long time, the problem is not found in the server since that query when the debugging takes 2 to 3 seconds...
asked by 16.11.2018 / 23:28