Questions tagged as 'jquery'

0
answers

button export to Datatable excel crashes when it is more than 100 thousand records

the function of the datatable is of the form: function mostrar_datatable_marcaciones() { "use strict"; $('#resultado_marcacion').DataTable({ destroy: true, "language": { "url": url_js + "/es_es.lang",...
asked by 11.12.2018 / 13:49
0
answers

How to use events with vue-draggable

I can not detect events with the library vue-draggable documentation for rearrangements of lists JS Vue.use(VueDraggable); new Vue({ el: '#app', data: { items: [ {id: 1, title: "Iqssq"}, {id: 2, title: "Itemaa 2"...
asked by 04.01.2019 / 20:51
1
answer

Change navbar when doing scrolling

I'm working on a site trying to do this with the navbar, but with bootstrap: link The idea is a transparent navbar, when doing scroll change with an animation. When returning to the starting point, the navbar becomes transparent again. I made...
asked by 04.01.2019 / 21:07
0
answers

Jquery how to work with each index

I have a question about my Jquery, with this script I sent information to an email, the problem is that 11 emails are being sent to me with the different information, that's fine but what I want is that all this information is summarized in a si...
asked by 10.12.2018 / 20:16
1
answer

Sweet alert problem in JSF

I am trying to integrate the sweet alert plugin in a boto in JSF to show a presentable confirmation window, the problem is that pressing the button opens the sweet alert but still executes the action of the controller without taking into account...
asked by 10.12.2018 / 20:16
0
answers

Dialog in Jquery 3.3

Hi, I'm opening a dialog in jquery 1.11.1 $("#dialog_edit_settings").dialog({ title: 'editar ajustes' }); $("#dialog_edit_settings").dialog("open"); It opens correctly. Now, later, I need to use jquery 3.3 to use oth...
asked by 18.12.2018 / 10:54
0
answers

Google Opt-Out-Cookie by javascript

Well, I explain, I use wordpress as the basis of development and the editor has a small problem, when you enter a script entry and you give visual, it deletes the script you have tried to insert. The problem is that I need to put this in <a...
asked by 18.12.2018 / 08:53
0
answers

"Prev", "Next" buttons in datepicker are not visible

I have a datepicker in which the arrows to navigate between months can not be seen, although if I pass the mouse it shows me the title but the arrow is not visible. $('.date').datepicker({ dateFormat: 'dd-mm-yy', changeMonth: tr...
asked by 11.12.2018 / 14:41
1
answer

Problem sending data to the controller from jquery ajax

I try to send a parameter to the controller from jquery using an ajax call and by POST. I get an error 500.    Failed to load resource: the server responded to a status of 500 (Internal Server Error) My controller's code is this: [Autho...
asked by 10.12.2018 / 10:54
0
answers

Search id with Razor and Ajax ASP.NET

The detail is that in my view I have the delete and search mode. Through an ajax I do the search but it does not do the action, because it is looking for the view that it does not have and that is the same one where I have the method to eliminat...
asked by 14.12.2018 / 00:18