Questions tagged as 'jquery'

4
answers

How to make a function fire after the entire document is loaded?

Currently I get a count of rows through a small query and I send this result to my main page that is created in asp.net Currently I'm doing it in these ways and none of them have worked for me. Form 1 <script type="text/javascript"&...
asked by 24.01.2017 / 17:03
1
answer

Button reset timer count JavaScript

I'm doing a timer in JavaScript and I want to program the Reset button to save the value entered in the example input: Hours = 0, Minutes = 20, seconds = 0 When I start the counting start from 00:20:00, so on Thank you very much $(doc...
asked by 09.11.2016 / 21:26
2
answers

JQuery not defined (JQuery is not defined) [closed]

There I leave the code, it explodes a couple of times and I do not understand why it does not work, before it marked an error in the if so I left it commented, after that this JQuery error appeared maybe that's why JQuery(document).on('submit'...
asked by 08.07.2017 / 15:42
1
answer

FullCalendar plugin 3.1.0 is not displayed correctly

I can not get FullCalendar to be displayed correctly in my blade template of Laravel , I do not know what I'm doing wrong. The result I get is the following: It is supposed to look like this: I'm using Laravel 5.3 , jQue...
asked by 21.12.2016 / 01:47
1
answer

Add a class to elements except the last

I have divs that are generated dynamically with a button. You can now generate them with the following script: var contenedor = $(".inputs"); $(".agregar").click(function(e){ add_control(contenedor); $(".agregar, .nth").hid...
asked by 31.08.2016 / 15:00
1
answer

Union of two variables to create a third array

Address where I am writing the code (no need to enter). I am making a page where the description of several users of twitchTV appears, corresponding to a freecodecamp exercise [266]. The fact is that to automate the process and not having t...
asked by 28.08.2016 / 07:19
2
answers

Ajax jquery success: funtion execute a function

success:function(data) { $('#login').val("Login"); if (data=="1") { $(location).attr('href','index.php'); } else { swal("Error", "Datos Icorrectos)", "error"); } } I want to show the fo...
asked by 03.08.2016 / 00:31
1
answer

Problems with Google-Maps in Drupal 7.5

I am working with a template in drupal in which I need to place a map of google maps , install the gmap modules and others that are needed to be able to place the maps. When I place the map on an internal page it works perfectly,...
asked by 04.08.2016 / 07:39
1
answer

Duda Symfony, Ajax, Controller

How can I do what is proposed in this question, but passing a parameter to the controller from the ajax, and then, from the controller, returning to the same view where the ajax is executed that parameter through twig? This may sound redund...
asked by 05.08.2016 / 22:40
2
answers

Delete background when the user executes the script

I'm trying to make a "dynamic" background, the idea is: The index.html has to have a background, this background must have an image, like a logo. This logo must appear until the user tries to navigate and access a link, this link will call an...
asked by 28.02.2017 / 23:37