Questions tagged as 'jquery'

2
answers

Pass fix by ajax jquery to PHP post

I have the following arrangement that I want to send by ajax jquery by post to php codeigniter    var array = []; (2) [Object, Object] 0 : Object Codigo : "11111" Descripción : "caja" Eliminar : " Eliminar" Precio : "$46" __proto__ : Objec...
asked by 10.05.2017 / 20:47
3
answers

Problem printing and redirecting jquery firefox

Good evening, I write this time because I am trying to print a div and then redirect me to the main page, but the problem is that it does not redirect me, I try in firefox and that happens to me, it's as if I just made an action pr...
asked by 13.04.2017 / 02:04
2
answers

Open window url in new window jQuery

I have this function that I call from a select. function CambiarEstadoPedido(que,id,cod,estado) { //tareas del seleccionador if(que=="cambiar_estado") { InsertarModal('Pedidos','Pedi_CEstado','ConsPedido',id,estado,'450','410'); } if(que =="Al...
asked by 24.08.2017 / 21:14
2
answers

Auto height resize window jquery

With the following code, I select the elements to apply as the height of the browser; but later, when I size the browser, the height does not change. function init_heght(element) { var y = $(window).height(); $(element).css('height', y...
asked by 12.03.2017 / 05:11
3
answers

Show message result not found

Dear I would like to show a message of results not found if the search criterion is not found in the JSON file, I leave the code that I have where I can add that line of code is a message of no results if no search is found I hope I understand y...
asked by 18.08.2017 / 22:41
3
answers

Use this to remove an element from the div

The detail is this, when I click (xClones) = all the elements of #campoBusq are deleted and the question is how it is done so that only the element that is clicked is deleted <div id="campoBusq"> <div class="elemento">...
asked by 18.03.2017 / 00:20
1
answer

Take Json data

I've been trying for a while to get the JSON of the API of League of Legends data and I can not find a way. I give the example of one of the JSON that I can not go. { "23385178": { "summonerId": 23385178,...
asked by 03.04.2017 / 19:47
2
answers

How to know when a button has been clicked, which was generated dynamically in JS?

I'm working on a web application implementing HTML , JAVASCRIPT , JQUERY From JAVASCRIPT , I am adding code HTML , to generate buttons, as needed, within for , but I only add as I am adding it with the fol...
asked by 21.04.2017 / 00:42
1
answer

Ajax jquery does not pass through function success [closed]

I have an ajax request to a php file but for some reason it does not go through the success function and I do not get an error. could see what the problem is, the file path is fine and I do not know what else it can be // jquery $("#lst_cat...
asked by 26.03.2017 / 23:37
3
answers

Query event click jquery

I'm learning, I know some php and little jquery. I have to make some adjustments to an application of my work, developed in cake php. At this moment, clicking on a link takes me to a previous screen. I need to give that same behavior to a button...
asked by 27.12.2016 / 14:50