Questions tagged as 'jquery'

0
answers

Error with bar menu Boostrap data-hover="dropdown"

Very good, I have a Boostrap menu bar that is partly generated with a javascript function, the result of the function I put it in a div of the bar called menuCategories. My intention is to add functionality to it data-hover="dropdown" so that wh...
asked by 16.03.2018 / 12:23
1
answer

Error sending delete by ajax - Django Rest framework

I have 2 serializers: class DetalleSerializer(serializers.ModelSerializer): producto = serializers.CharField(source='producto.nombre') class Meta: model = DetalleVenta fields = ('cantidad','producto') class PedidoSer...
asked by 04.04.2018 / 00:48
1
answer

How can I remove events with off and reset them?

Good afternoon friends of stackoverflow, I would like to know how I can use the function off to remove some events click example: $("selector").off("click") my doubt remains on how I can revert these changes because I do not use it with...
asked by 19.03.2018 / 18:46
0
answers

Clockpicker Management (jQuery, Bootstrap)

How can I get the time difference between 2 clockpicker? that is, the passage of minutes and hours that have passed from one to the other and register it for example in a textarea? thanks     
asked by 21.03.2018 / 17:01
1
answer

Search with several filters in an html table

I have searched many pages for information on how to do a search with several filters in an html table. That when searching, the data is typed in the first filter, and when entering the next data in the other filter, do not erase the data fro...
asked by 21.03.2018 / 15:30
0
answers

Problem FullCalendar AgendaDay and AgendaWeek view

I am integrating fullcalendar with Rails. I can insert events and see them in the "month" view, but I do not see the week and day views. this is my js: $(document).ready(function(){ $('#calendar').fullCalendar({ monthNames: ['Ener...
asked by 14.03.2018 / 02:20
0
answers

Does anyone know what happens with my Layout in ASP .NET?

See, I have a problem. I have configured my file "BundleConfig.cs" to minify my styles and scripts in production. At this moment I am in the development environment. My application had some performance problems by the dependencies. At first...
asked by 13.03.2018 / 23:54
4
answers

How to get the answer of an asynchronous call (AJAX) out of it?

I currently have this function: function devuelveButaca(posicion){ var array = posicion.split('_'); var row = array[0]; var column = array[1]; var planta = $('#plantaField').val(); var resultado = ""; $.ajax({ t...
asked by 22.12.2015 / 13:03
2
answers

jquery does not issue a validation message

Hello a warm greeting to the community, today I bring you a new problem which is a simple validation with jquery.validate plugin, the subject is the following I have my form in html: <div class="container" align="center"><br> <...
asked by 28.03.2018 / 16:23
1
answer

Reinitialize DATATABLE with the help of jquery ajax and a .txt

I'm here with the mission of modifying the values of a DATATABLE by clicking on a button created in the html with help also of bootstrap (possibly not has to see but at least to have it under consideration). I'm working with python and djan...
asked by 12.03.2018 / 15:06