Questions tagged as 'jquery'

2
answers

Add event to FullCalendar dynamically

I have a list of teachers, within each teacher, I have a sublist of subjects. I need to create something like a "weekly calendar" for every time I select a teacher, I show his subjects in the weekly calendar (for me to know the day / duration of...
asked by 01.04.2016 / 00:41
2
answers

User Registration in Laravel

I'm starting with laravel about 2 weeks ago and it's automatically raining with doubts. I have a Registration form with the following button below: <button type="button" class="btn btn-primary" id="cadastrar-usuario"> <i class...
asked by 26.08.2016 / 16:49
1
answer

How to get a certain variable json

<script type="text/javascript"> $(".addTrack").live('click', function() { $('.playerTocador').css('display', 'block'); var mp31 = $(this).attr("data-servidor"); var session = $(this).attr("data-session"); //$('.terra').load(...
asked by 28.03.2016 / 17:59
1
answer

.load () without replacing, just add

I need to use .load (), the problem is that it replaces the contents of where I frame it to add what it loaded. I can not create a new div for it to add the loaded content. Is there any way to specify that it should load into the selected div...
asked by 28.01.2016 / 11:39
2
answers

Update a specific DIV without refreshing the page

How to update a DIV without giving refresh on the whole page? Previously in rails 2.3.10, the 'remote_function' was used to update an existing div. Now in rails 4.2, since you no longer have the remote_function, how can I do that? Ex: W...
asked by 17.02.2016 / 16:43
1
answer

Modal loading during jquery delayed function

I have a function in jquery that takes a while and a large while and I would like to do a loading mode during that time, how can I do that? $.each(dataExport, function (i, item) { $("#Export").append('<tr>\n\...
asked by 18.01.2017 / 12:45
3
answers

Refresh DIV Automatically (autorefresh) without refreshing entire page [duplicate]

I would like to know if there is a way to only update a div automatically every x seconds without having to refresh the whole page would it be possible?     
asked by 20.01.2017 / 02:46
1
answer

How to disable / enable a dblclick JQuery event

Good morning, next, I'm trying to make a fast CRUD mode, in editing, for example, ADM gives 2 clicks in the field to be edited, and the field becomes editable with 2 buttons on the right, one to confirm and another to cancel. What I have done...
asked by 28.08.2016 / 19:06
2
answers

Validating input file with ajax request

$(document).ready(function() { $('.formulario').submit(function() { $.ajax({ url: 'enviar.php', type: 'POST', data: $('.formulario').serialize(), success: function(valor) { $('.resp').ht...
asked by 21.06.2016 / 19:04
1
answer

Problems with .clone () for radio buttons

I'm making a "add" button that with each click adds a div com Radio buttons below the div itself. I'm having trouble clicking on the radios that when I click on some line added and click on another line it deletes the value clicked before...
asked by 15.12.2015 / 13:46