Questions tagged as 'jquery'

1
answer

JavaScript onClick event does not work with data-modal - Asp.Net Core MVC

I have a DataTable in my Index in which lines are loaded using JavaScript. The Edit, Details, Delete, and History buttons are created together. All of them open in a modal window (the modal block is inside the Index) ... In the html of each butt...
asked by 09.06.2018 / 13:21
0
answers

Get the Id of a cell from a DataTable to do a CRUD in Asp.net Core

I have a DataTable that is loaded using JavaScript. The CRUD buttons are dynamically created. Before when I used ViewModel and Razor it looked like this: <a asp-action="Edit" asp-route-id="@item.Id" title="Edit" class="btn btn-warning">...
asked by 08.06.2018 / 23:53
1
answer

How to submit only the quantity of the products that were selected in the checkbox?

Show an item table and in this table I added a checkbox for each item and a field to pick up the quantities for each item. I'm able to send only the checked items in the checkbox (that's what I wanted) to PHP. But I can not do the same wit...
asked by 09.06.2018 / 03:40
2
answers

Doubt with Jquery Load

I have a menu that I will use on all pages, so I want to load the content: I'm doing this: <head> <meta charset="utf-8"> <!-- This file has been downloaded from Bootsnipp.com. Enjoy! --> <title> </titl...
asked by 21.09.2017 / 20:18
1
answer

How to retrieve the value separately from input numbers with the same class

Well, I'm having a little problem in getting the value entered in the input number of some cards I created ... Basically, it is repeating the value on all inputs of all cards Allinputsareinthesameclass,andeverytimeIclicktheaddbuttonortypeavalue...
asked by 04.06.2018 / 23:42
0
answers

Event return to the previous date when there is an event already registered at the same time

How do I get the user dragging an event to another date at the same time, returning it to the previous date? It already issues an alert if the event is at the same time, but it only returns to the previous date when F5 is pressed. See the struct...
asked by 04.06.2018 / 23:56
0
answers

How do I display a Modal when the event is on an existing date in FullCalendar

I have a system I'm using FullCalendar for for CRUD. It's working OK, but I was attacking a detail that had gone unnoticed. When the user drags a particular event to another date at the same time, I would like a modal to appear that says an eve...
asked by 04.06.2018 / 22:48
2
answers

load disables jquery functions [duplicate]

I'm giving a load () on my div, but it always disables jquery commands as soon as it loads! Any solution ??? $(document).ready(function () { $('#form_campo').on('submit', function() { $.ajax({ url: 'matriz/salvacad.php',...
asked by 04.06.2018 / 20:52
1
answer

Show Fullcalendar events using POO PHP

I am almost in a Karate Kid position with the notebook because of the Fullcalendar: / This is the following, I'm trying to get the data from a table through FullCalendar. As I use the procedural mode, it looks like this: FullCalendar...
asked by 03.06.2018 / 20:45
1
answer

How to change the color of the scroll bar by JQuery

I want to change the color of the scroll bar only when the user scrolls the screen. I tried the code below but it did not work. How do I? $('body').scroll(function(){ setTimeout(function(){ $("body::-webkit-scrollbar").css("backgro...
asked by 04.06.2018 / 04:40