Questions tagged as 'jquery'

0
answers

Jquery datatable Child rows, filter by child fields

I am using the following versions of Jquery and datatables <script type="text/javascript" src="jquery-1.11.3.min.js"></script> <script type="text/javascript" src="jquery.dataTables.min.js"></script>...
asked by 26.12.2018 / 12:20
0
answers

JQuery Child rows does not show button

I tried to guide this example of using buttons in JQuery datatables to display rows link At the same time I'm seeing the example link I've tried to adapt it to my code. In my case I use a jsp to which I map a js to load the data. My version...
asked by 26.12.2018 / 11:28
1
answer

Problems with SPA using components in Vue.js

I am creating a SPA website with Vue.js. Well, I have a component such that: Vue.component("locales", { props: ['productos'], template:'<pre>{{productos}}</pre>', data(){ listaLo...
asked by 25.12.2018 / 15:48
0
answers

how can I create a search engine for 2 datatables?

I found this code var table1 = $('#table1').DataTable(); var table2= $('#table2').DataTable(); var table3= $('#table3').DataTable(); var table4= $('#table4').DataTable(); var table5= $('#table5').DataTable(); $("[aria-controls='DataTables_Tab...
asked by 24.12.2018 / 23:42
1
answer

Position elements with respect to a div in specific

I am doing a section for my web where the content I generate dynamically in an administrative panel that I have created previously. The content is inserted (text, images, titles and links) and can be draggable using draggable jquery-ui so I can...
asked by 21.12.2018 / 05:50
0
answers

Error 500 when doing delete with ajax in Laravel 5.5

When I click on the delete button, I get the error    POST link 500 (Internal Server   Error) or    DELETE link 500 (Internal Server   Error) If I do the action without AJAX the request if it arrives at the controller, otherwis...
asked by 22.12.2018 / 20:57
0
answers

Extract data from a column in jquery

I have a table within which when I select all the items I want to remove all the items from the city column and then take the number of cars per city something like this And the html code I have is the following: <script src="ht...
asked by 22.12.2018 / 23:06
0
answers

Edit commands and buttons in Kendo UI + Vuejs

Dear, someone can explain to me how to edit the commands provided by Kendo UI when creating a tree list table. That is, change the name of 'edit' to edit and also add features to taste. <kendo-treelist data-source-ref="remoteDataSource"...
asked by 20.12.2018 / 14:14
1
answer

When doing POST I do not correctly recover the value of a radio button

I try to describe my scenario. I have a view that contains two radio buttons and depending on which one is selected, a partial or another view is displayed. @Html.RadioButtonFor(model => model.TipoVP, new String("VP_A".ToCharArray()), new...
asked by 20.12.2018 / 14:21
0
answers

Can you get JavaScript data and take it to visual basic.net in Web Forms?

I'm doing validations on a register page with regular expressions, but the problem is that when I hit the "Register" button the flow continues, if or if I have to put an if and else, but for that I have to get an value of javascript and this has...
asked by 18.12.2018 / 20:39