Questions tagged as 'jquery'

0
answers

Delete player from localStorage

I have a hangman game that works with localStorage to save players' names and their scores, and there is a function that when the player wins eliminates the JSON object and then reinsertes it with the updated score: comentarios = function () {...
asked by 11.06.2018 / 16:17
0
answers

Clear toastr by Jquery

I'm using toastr for the warning messages, but the problem is that I want to change the input all toastr disappear, but I do not know how to do it, on the demo page there is a button that does it, but I do not know how it works . In my case,...
asked by 19.06.2018 / 17:20
2
answers

error when saving Mysql query in PHP array

The problem is that when I try to save the query sql in a PHP array and then send it as JSON, nothing is sent or a single record is sent. I show you the code. $("#btn-send").click(()=>{ var datos_to_send={data:"estados"}; //Esta i...
asked by 19.06.2018 / 19:16
1
answer

How to replicate jQuery actions in Angular 5

I have a form in html ( Angular ) and according to an event I must execute a function that recovers the value of one input and prints it in another, I did it in jQuery without problems in this way: $('#selector').on('change', function(){...
asked by 20.06.2018 / 00:09
0
answers

How to select a paginated page with bootgrid?

How to select a paging page with bootgrid? I need to change pages from query in a bootgrid table.     
asked by 13.06.2018 / 18:10
3
answers

javascript page

I'm looking to paginate with JavaScript. I found this $.fn.pageMe = function(opts){ var $this = this, defaults = { perPage: 7, showPrevNext: false, hidePageNumbers:...
asked by 08.06.2018 / 15:55
0
answers

how to delete a file from a modal?

I have a file editing modal where I show each file related to that specific ID <tbody> <?php while ($row2 = mysqli_fetch_assoc($resul)) { echo "<tr>";...
asked by 06.06.2018 / 08:17
1
answer

Problem when using autocomplete, Jquery-ui

The information brings it to me correctly and verifies by consola , my problem is, because I get those lines as if I wanted to show the information but has nothing, someone knows what is happening ?. $('#auto_tag').autocomplete({...
asked by 17.06.2018 / 00:37
1
answer

sInfo in puglin datatable does not work to show from n to n entries?

at the time of showing the results of the datatable from START to END it does not work and neither is paging correctly behaving because it lets me choose any page even if it does not have data , help! table.dtOptions = DTOptionsBuilder....
asked by 05.06.2018 / 22:17
0
answers

How do I use javascript so that the browser can download the generated file?

I have a server app that returns an xls file, and from javascript I make the POST call, so that when I return the file, hide the gif of "loading ..." and allow the browser to download the file. If I do $ ("#respuestas_form") .submit (); it works...
asked by 07.06.2018 / 15:05