Questions tagged as 'jquery'

0
answers

How to show "Loading ..." while loading a form?

I have a table with more than 50 thousand records and I am showing them in a table using DataTables How can I make a message of "Loading ..." or a load image appear while loading all the records in the table? At the moment of loading my...
asked by 10.07.2018 / 16:13
3
answers

How can I pass data from one page to another using ajax

                   </head> <body> <form action="llega.php" method="post"> <input type="text" name="fecha" id="fecha"> <input type="text" name="direccion" id="direccion"> <input t...
asked by 11.07.2018 / 06:21
0
answers

Consume WebService with Ionic

By personal improvement I am learning Ionic, I already managed to run some examples, but where I can not make progress is to consume a WebService. Regularly with JQuery I consumed it in the following way: function obtenerProduccionFinca(in...
asked by 10.07.2018 / 16:11
1
answer

Ng-bind-html and data-toggle="modal" do not work

My project consists of creating sun elements from js, for this I use angular and its function ng-bind-html, the ng-bind-html serves me in all cases except this one. I want to add the following tag when adding a text. <a data-toggle="moda...
asked by 09.07.2018 / 15:32
1
answer

help I have an error when consuming api from ajax

the browser throws me this error when trying to consume API, I do not know what it can be:    Failed to load    link : No   'Access-Control-Allow-Origin' header is present on the requested   resource. Origin 'null' is therefore not allowed ac...
asked by 09.07.2018 / 21:37
1
answer

as I do so that the form fields are not deleted without php

I have a form and I want that when the visitor enters their data and they "send" it will not be deleted if they are still there and can decide whether to send another email with the same data or start deleting them to write others, as achieveme...
asked by 08.07.2018 / 00:58
0
answers

How to add a column to bootstrap table from javascript

I have the following table in the html: <table id="table-labresult" data-toggle="table" data-search="true" data-click-to-select="true" data-paginati...
asked by 11.07.2018 / 14:46
0
answers

chart js dynamic graphics

Good afternoon community. I am a newbie in web development and I need to make a dynamic graphics using the library chart js, I use a function in java script, which uses a static method to query the server, obtaining as response a DataSet with se...
asked by 05.07.2018 / 20:35
1
answer

How to place the title of the graphic when exporting to pdf highchart?

I did not put the title in graphic in the PDF, because I made a function outside the highchart script so that I could take the titles dynamically, since when I tried to put it inside the highchart function I did not update the title name . Now I...
asked by 04.07.2018 / 20:38
1
answer

Datatable with laravel

I am using datatables to show the information of my clients and some other useful fields, the datatable works perfectly, but now I need to create reports according to the query made with the searchable datatable. through the method getElement...
asked by 06.07.2018 / 04:58