Questions tagged as 'jquery'

0
answers

Inherit CSS of Object in jQuery

I am using a library called FullCalendar , they have a functionality to drag elements from a panel to add them to the calendar, please look at this example . According to the same example, this function inherits the title of the external car...
asked by 08.08.2018 / 13:53
2
answers

Remove elements from an array in jquery

I have the following problem, I have a table that is filled with several arrays that when clicking on a button the values are moved to another table, so far so good, the problem is when I want to remove the values (there is a button in each row...
asked by 08.08.2018 / 02:22
1
answer

Logical problems when adding dynamic fields - Ruby On Rails

In a purchase form, I add the product plus the requisite data, however, I need that purchase form to accept more than one product in it, this could be achieved using nested form + the coconut gem , however, the attributes belong to the same mode...
asked by 07.08.2018 / 22:30
2
answers

Some way to run an HTML filter in Django with dynamic data

I saw the solution to the question "how to make the search engine of my application in django"; however, I have tried to use a html filter of those that filter a table in the browser and are erasing data until they leave only the data that looks...
asked by 07.08.2018 / 21:47
0
answers

Restart an animate applied to an accountant

I'm trying to make a counter animated by jQuery with animate , but I need to have the option to stop it and restart it. I get it stopped but if I resume, it has not been restarted and continues from the point where it stayed. I l...
asked by 16.08.2018 / 20:05
0
answers

Form with PHP and Jquery roundtrip

I have an HTML form with fields for name, surname, email, subject and message box, it has a submit. I want the message to show me as a message that I already have in a div if it is true or false. Now I need help with jquery and php, if som...
asked by 17.08.2018 / 00:29
0
answers

Event to move between sections of an HTML page

I'd like to make a news website for people with visual disabilities, who can go through news sections by pressing a key like it does on Facebook. I've been looking for that information but I have not had much success, if you could help me a lot...
asked by 06.08.2018 / 03:05
1
answer

Jquery error not identified

I think everything comes from asynchronous calls but I can not identify what happens. Request URL: http://localhost/app/pagines/pacientes-0.asp?id=919 Request Method: GET Status Code: 500 Internal Server Error Remote Address: 217.112.91....
asked by 04.08.2018 / 19:11
1
answer

how to make an event happen when any of the checkboxes is checked or another when none is checked

I'm using if and else to make an element appear when any of the checkboxes is checked and disappears when none is checked and I'm using this method does not work $( 'intput' ).is( 'checked', true, function() { if ($(this).is()(':chec...
asked by 04.08.2018 / 20:45
0
answers

$ ajax with POST to a .php

I have a component in Javascript that previously created a file for the user to save it. Now I am changing that functionality so that it is saved when the button is pressed, but it does so on the server. For this I must use code that is not from...
asked by 14.08.2018 / 12:43