Questions tagged as 'jquery'

1
answer

Problems with modal / boostrap

Hello, I have a problem with my site, I would like it when I click the modal button, it closes and opens the modal again (the following code is a summary code of what I need), in this code, when I I open the page the modal opens automatically, a...
asked by 08.11.2018 / 20:58
3
answers

How can I manipulate CSS of the parent element to the clicked element?

I need to change my code so that when I click on a div, the parent div changes its css. For example I click on an input inside the div, and the parent div changes its css. I have the following code: $(document).ready(function(){ $(".tel,...
asked by 20.11.2017 / 19:05
1
answer

What to put in the variable $ .post ajax

Hi, I'm not very good at javascript, ajax, jquery and json I'm still learning and remembering that I already researched a lot, but could not do what I want. It is the following my project is in MVC with friendly url. On the page has a text box t...
asked by 25.11.2018 / 16:58
0
answers

How to read a JSON file to render HTML list

I have a difficulty in an application that le json file and renders it in HTML, I am not able to access the object correctly, the variable products is as undefined. can anybody help me? if you have any other way to resolve I'm also open html...
asked by 14.11.2018 / 03:26
1
answer

Get id from a dynamic select with jquery

I need to get the neighborhood3 id, I'm doing this $(document).on('change', '#bairro', function(){ var bairroID = $(this).val(); But it still does not work. You have to add a variable in #boirro, for each form that opens have a...
asked by 09.05.2018 / 11:44
2
answers

Extend a specific jQuery method in ASP.NET MVC jquery.unobtrusive-ajax.js

I'm using the extensions methods @Ajax.BeginForm() to save the data via AJAX. To prevent more than one click on the submit button, which could cause a double insert in my database, I decided to include a small snippet of code inside the...
asked by 10.03.2014 / 20:19
1
answer

Using javascript array inside $ ("tr: contains ('" + array + "')")

I have 3 functions, to do the date range filter in a range of 2. So, I have a start date and an end date, and within those two dates it looks for a table within its three and all dates that will be in that range. The functions used to make...
asked by 05.01.2017 / 14:25
1
answer

ERR_CONNECTION_TIMED_OUT ERR_CONNECTION_REFUSED [closed]

I'm developing a system that uses HTML, JS, PHP and MySQL. Pages have multiple AJAX calls to the bank. I have approximately 350 users today. Lately I've been getting a lot of errors from: ERR_CONNECTION_TIMED_OUT ERR_CONNECTIO...
asked by 09.11.2016 / 15:05
1
answer

jQuery Error + AngularJS + Materialize CSS

I have the following procedure on my angle controller: $(document).ready(function(){ angular.element('.button-collapse').sideNav(); angular.element('.parallax').parallax(); }); I'm starting these materialize css components. When I first...
asked by 14.07.2016 / 22:32
2
answers

Ajax does not return the request date

I run a query with ajax on a php page, the problem is that even asking to return data, the ajax 'date' does not return anything, I give an alert on the 'date' and it returns me a blank alert, JS below: $(function(){ $(".logando").click(fu...
asked by 06.09.2016 / 21:08