Questions tagged as 'jquery'

1
answer

Change the color of the fullcalendar link

Colleagues. I'm using FullCalendar for a client application, but I came across a challenge. In the image below (where it is marked with a yellow circle), when there is more than one event in the day, a plus +2 link appears, where clicking t...
asked by 26.01.2017 / 16:34
1
answer

Check checkbox with returns in DIV

In this Form: <input type="checkbox" value="1" data-id=1" name="status_entrega" id="status_entrega"> <div id="retorno_1" style="display:none; float:left">Atualizado</div> <input type="checkbox" value="1" data-id=2" name="...
asked by 18.12.2016 / 13:25
2
answers

Message for user in Label with Jquery

I am doing validation of the registered user's email, and I want to display the message to him in case the email already exists, so I did this: //validação de email $(function validateEmail() { $('#Email').change(function () {...
asked by 18.12.2016 / 15:22
2
answers

Hiding a button until 2 inputs are filled

I intend to hide each of the 3 buttons until the 2 inputs on top of each button are filled, I had already tried to do it and it works, but if I try to add more than once it is always visible even with nothing in input <div id="addElemen...
asked by 18.12.2016 / 15:13
1
answer

Passing correct parameters on Form submit

Hello, I'm trying to pass some parameters to the controller, but I'm not getting it. The following code has been changed to load the contents of the clicked tab and display it in an input and texarea. And it's working and loading correc...
asked by 16.12.2016 / 13:45
1
answer

Firebase - Print records in descending order

I can not print the records in descending order. I looked at several websites for tips that could help me, but when I adapt to my code, nothing works! My question is: I'm creating a game on Intel XDK using Firebase as a database and Javasc...
asked by 13.02.2017 / 00:36
1
answer

Automating a JS / Jquery function

I'm having a problem automating a function in JS / Jquery. I have the following code: $('.tab-pane').each(function(index, el) { tipo = $(this).attr('id'); $("#owl-carousel-" + tipo).owlCarousel({ loop: t...
asked by 07.12.2016 / 11:48
1
answer

JavaScript Request POST

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery.post demo</title> <script src="https://code.jquery.com/jquery-1.10.2.js"></script></head><body><form...
asked by 15.12.2016 / 18:06
1
answer

Vertical carrousel draggable in JavaScript or Jquery

I'm in a html5 mobile app project. One of the tools in this application works like clockwork. I try to set this clock by dragging the buttons up and down. Setting the numbers for me to create an alert using the seTimeOut or setInterval functi...
asked by 20.12.2016 / 20:59
1
answer

Populating Chart.js with AJAX request data

Hello, First I'll give you a brief introduction to how my system works so you understand exactly what my difficulty is. Maybe it gets a little big, I'm sorry. Within my system, when the user logs in, a query is made to my database throug...
asked by 20.12.2016 / 19:55