Questions tagged as 'jquery'

0
answers

Combination of real-time graphs

I'm trying a combination of graphics and would like to use area and line , but I can not. I'm taking the example of fusioncharts . It runs in real time . I tried to do this and nothing: "dataset": [ {...
asked by 23.04.2018 / 15:50
0
answers

FACEMASH - Comparison with Finalist

Good morning Guys, I'm having a hard time and I would like to see if anyone could clear my mind. I need to do something like Mark Zuckerberg's pre-facebook comparison game (FACEMASH), but mine does not need that crazy mathematical algorithm t...
asked by 24.04.2018 / 07:31
2
answers

Get input value to execute in the for loop

I have input QtdParcela , and I want my loop to generate the data up to the value typed in input . Here's part of my code: In for , where 10 , I want you to receive the value that the user will type. How do I do this? &...
asked by 22.04.2018 / 15:13
0
answers

Unhide content when user scrolls down

I was having to load content on demand with jquery, but I solved the problem with this post . But now what I need is to do the opposite ... when loading the new content, the content that was being displayed needs to be removed so that the page...
asked by 23.04.2018 / 15:45
1
answer

Link with ajax result does not accept click

I have the following status with ajax call: $(document).ready(function() { $(".atualizarAjax").click(function(){ var id = $(this).attr("data-id"); $.ajax({ type: 'GET', url: "<?= HOME ?>/a...
asked by 28.04.2018 / 20:02
1
answer

.load DIV from another site and replacing URL after load

Hello, my problem is this. After loading a div from another domain, I want to change the URLs of these images of the loaded div to my domain. Ex: <img class="InfoBarSmallElement" src="http://exemplo.com/img.png"/>Switchingto:<imgclas...
asked by 29.04.2018 / 01:01
1
answer

Adding and Subtracting values with checkbox and select

Could someone give me a hand? I need to do a sum and subtraction of checkbox and select with values and show the result as the fields are selected, could someone give me a way to go?     
asked by 20.04.2018 / 23:15
0
answers

Using themes in fullcalendar

I was seeing some themes for my fullcalendar I liked Bootstrap 4 Litera, I would like to know how I apply it in my calendar, I know it's through the "themeSystem", but I do not know how I declare <link> . >     
asked by 19.04.2018 / 14:57
2
answers

Focus TextBox Function and Check if it is filled

I need a function that when I click on the textbox if it is empty it gets a color, and if filled change the color, but only when I click on it, how can I do it? If you have not filled in I will call this function: function (element) {...
asked by 19.04.2018 / 15:32
0
answers

Tabs JQuery versus Bootstrap opening page php

I'm working with JQuery TABs, after adding the proper scripts links and starting the tab, the use to open PHP page in the tabs is very simple <div id="tabs"> <ul class="nav nav-tabs"> <li><a data-to...
asked by 19.04.2018 / 04:23