Questions tagged as 'jquery'

0
answers

Correct order of the head

I am using modals, datetimepicker and selectpicker in a single project and I managed to make everything work together in the following way <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport...
asked by 28.04.2018 / 18:02
1
answer

Aria Tag Datatables

I have a problem with a table where I need to sort each one by its specific column. Here is the table <div class="container-fluid container-fullw padding-bottom-10 scroll-tabla"> <div class="row"> <table class="table table-s...
asked by 17.04.2018 / 10:02
1
answer

Summon WCF that is in another Class Library from JQuery

Hi, I have a problem trying to call a Wcf that is in a Class Library, I try it with JQuery making the necessary modifications, I've tried some relative and absolute paths in the Ajax URL, I'm doing it with a simple example annex the image. I alr...
asked by 16.04.2018 / 21:36
1
answer

How to display data correctly using php from a .js file

Hello Friends I have the following code: // Infobox Output function locationData(locationURL, locationImg, locationTitle, locationAddress, locationRating, locationRatingCounter) { return ('' + '<a href=...
asked by 26.04.2018 / 14:48
2
answers

datatables server side filter and sort

I have a situation with datatables using server-side script Table localidad localidad origen localidad destino In $ joinQuery: (server-side) .. LEFT JOIN localidad GO ON A.mxv_loc_ori_fk = GO.loc_id LEFT JOIN localidad GD ON A.mxv_loc_d...
asked by 26.04.2018 / 15:30
0
answers

My dialog in ajax only works once

Hi everyone, I'm trying to update information in a crud which I reload every 2 seconds with the .load function of jquery I thought there would be no problem since the dialog opens and the form is not affected by the recharge, but for some reason...
asked by 16.04.2018 / 05:55
0
answers

I have a problem with DataTable when paging after inserting

Good afternoon I have a difficulty when using Data Table I already implemented it works correctly page, search, sample by quantity and order but the problem is when I want to insert data if it inserts me but does not respect the page, it show...
asked by 15.04.2018 / 21:47
0
answers

How to organize MVC C # bootstrap versions?

I'm using a template that depends on bootstrap 4 and I want to use plug in Bootstrap Table MVC but occupies a lower version of bootstrap do not load the galphicons icons correctly so how can I load the icons or use the two versions?     
asked by 13.04.2018 / 16:49
1
answer

FormValidator and Sweet Alert

I have the following problem. I need to validate some fields, which I'm actually doing with formValidator and it works. Once the fields are validated, I send the data by post and ajax and show the sweet alert popup asking if I want to send the f...
asked by 15.04.2018 / 02:53
1
answer

Problem loading page with synchronous ajax - asynchronous

I have a problem that I do not know how to fix. I load a php page with ajax in a DIV and within that page I load some tables with ajax as well. Everything here is correct and works but there is a problem, which is that I load the page and the...
asked by 13.04.2018 / 09:50