Questions tagged as 'jquery'

1
answer

How do I modify a script to work when I load it inside a div?

I want to add a gallery of images to my website, and as all the sections I load them into a div, every time I find a gallery example that I like, it stops working when I load it into my div "# section ". For example, I have my index.html which i...
asked by 15.10.2018 / 01:53
1
answer

How to implement ajax with django?

I try to implement ajax with django and I get the following error in the browser console 500 (INTERNAL SERVER ERROR) Sometimes on the cmd it returns this error And in others I only get this where if I run the function...
asked by 21.06.2016 / 00:03
1
answer

HttpPost pass parameters of the view to the Controller in ASP.NET MVC?

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 15.10.2018 / 20:00
0
answers

Button to delete rows in a table made in mysql / php

I would like to create a button that deletes rows from a table, the html part and css are ready, but javascript does not work. Here I leave my codes. <?php //Archivo de conexion include_once("connection.php"); $sql = "SELECT * FROM 'res...
asked by 30.10.2018 / 13:56
1
answer

send all values by ajax

What I try to do is send the response of a request but I do not receive the values of the array I only receive the word array // js file where I get the answer $(document).ready(function(){ //alert("hola"); let selectCards =$('#card...
asked by 30.10.2018 / 16:34
0
answers

Real-time search engine

Hi, I'm doing a search in real time in codeigniter, jquery, json and mysql. between the controller and the model I have communication, it brings me the data, but in object. I think the problem is in sending the data to the array in the js, some...
asked by 31.10.2018 / 04:50
1
answer

how can I compare text and paragraphs and javascript

I need to compare a word that is inside a variable, with the content of a paragraph, to be able to change the color .. I do not have even the palest idea of how it is done ... an example would be var elemento = $('h1.ht-main-title').find('span...
asked by 15.11.2018 / 01:24
1
answer

Order of columns in JQuery DataTable

I have a doubt (maybe basic, I do not know) with the order of the columns of DataTable . The thing is that I need to disable the option " ordering " in the last 4 columns of my DataTable Is that possible? Beforehand, Greetings an...
asked by 10.10.2018 / 20:44
2
answers

Convert query to JQuery and ajax

Hi, I have an MVC project and I'm using a server's database. In the project I do the consultations with javascript, and it happens that I have an input to select the date in a calendar and an option to select the name of a user already loaded fr...
asked by 18.10.2018 / 18:56
1
answer

Slide with javascript load bar

I have a gallery of images that change with the buttons but I need that as the images progress the loading bar increases or decreases depending on the direction you want, so far I carry the following code but I do not know how to do it that the...
asked by 18.10.2018 / 23:12