Questions tagged as 'jquery'

1
answer

How to correctly use the jQuery plugins?

It turns out that I'm doing a search menu, but the connection to the jQuery does not work to hide the content of it. When I look at the Google Chrome console, the following errors appear: jquery-3.3.1.min:1 Failed to load resource: net::ERR_FI...
asked by 30.10.2018 / 19:56
1
answer

use several versions of jquery

I would like to know how I can use several versions of jquery in a single project ... I was reading something about no_conflict but I do not know how to use it, I hope your help, thanks ... (I'm using bootstrap 4 that uses jquery3.1 and I need...
asked by 02.10.2018 / 19:09
2
answers

error when traversing array

Good I have a problem when walking my arrya, it marks me indefinitely, I have always done it like this and I have never had any problems, it is in MVC ajax function cargar_requerido(accion) { var accion = accion; $.ajax({ t...
asked by 09.10.2018 / 17:30
1
answer

fullcalendar how to generate a calendar by organizing the days

I am working with the fullCalendar library and I would like to organize the days of the week following the following pattern. That means that every hour of the day is subdivided into 3 parts. Is it possible to carry it out?. I just s...
asked by 22.11.2018 / 19:05
1
answer

Remove div created dynamically with JQUERY in SHAREPOINT 2013

I am creating an attachment system in sharepoint 2013, I made a dropdown with checkboxs to add them to the page as a key, that is to say a div with inline-block display and a defined anchor, the case is that inside this button I have a button to...
asked by 09.10.2018 / 10:30
1
answer

When loading data from a table by going through array, enter a validation

Good and I tried to do that when I'm painting the data of a table and the condition is fulfilled instead of painting a data I put a label or a label-success so that when it is green or another color can access the , I have done it with html and...
asked by 10.10.2018 / 02:14
1
answer

How to allow entering information in only 1 input text, jquery?

In this way I generate a list dynamically, each record contains an input text with the class cantidad . $('.listado_facturas > tr').remove(); var listado_facturas = $('.listado_facturas'); $.eac...
asked by 22.11.2018 / 18:59
1
answer

Load table body with JSON. ASPX

I have the following table: <body> <table id="datas" align="center"> <thead> <tr> <th>Id</th> <th>Nombre</th> <th>Eda...
asked by 22.11.2018 / 01:18
1
answer

How to get the values of a row of the selected radio button, jquery?

In this way I generate the list dynamically: var listaAfiliados = $('#listado-afiliados'); $.each(response.data, function (i) { $('<tr class="list-afiliados"/>') .ap...
asked by 27.09.2018 / 06:17
1
answer

Implement currency format in a range type input

what happens is that I have a function to stylize an input of type rengo (see example working), the problem lies is that now I must convert the number shown in currency format with this function or something similar: function toMoney(str, curr...
asked by 17.10.2018 / 22:15