Questions tagged as 'jquery'

1
answer

Send checkbox data to php to update

I'm new to this ... any help is welcome. I have a modal view where I load a table, I have a checkbox for each row, I want to update the fields that are only selected, (get the values of the elements that are selected) and then make an update,...
asked by 11.10.2018 / 00:16
1
answer

Improve table look with jquery

I have the following code in head to give a better appearance to my table but some reason does not work, the table stays like this, what can it be? <head> <meta charset="UTF-8"> <title> Tabla PHP </title> &...
asked by 19.10.2018 / 04:48
0
answers

Problem when inserting Time type in Java

I have a duration attribute in Java that is Time type and in the front I use a bootstrap library to select the time which it sends as a string in "12:00:00" format and this I have to convert to time type for java and I'm not able to. I'm tryi...
asked by 10.10.2018 / 12:45
0
answers

How to make it enter the login.html first and not the index.html, jquery?

I have the routes of my views in the following way: main folder: index.html login.html caperta_vista: consultas.html -otravista.html When entering when entering the browser link automatically enter the index, how can I perform t...
asked by 09.10.2018 / 05:43
0
answers

Leave fixed, without scroll a side menu mobile css

my problem is that, when using my page in a mobile resolution, I open the menu, and it does not stay fixed, that is, if I scroll, it takes me down the page, when what I'm looking for is the opposite . Also, I use a transparent background in the...
asked by 09.10.2018 / 22:06
0
answers

script jquery stops working

I have a jquery code that hides and shows an answer ... but when I paste it several times to activate several answers it stops working, code: <a href='#' id='alternar-respuesta-ej1' style='float: left; color: #ff0000;'>Mostrar respuesta&...
asked by 09.10.2018 / 22:34
3
answers

How to get the value of the last element of a dynamic table, jquery?

In this way I generate the table dynamically: var cupones_bienvenida_todos = $('.cupones_bienvenida_todos'); var tipoCupon =''; $.each(response.data, function (i) { if (response.data[i].Tipo_cupon == 1){ tipoCupon = "Cupón de 60%"; }...
asked by 05.10.2018 / 17:41
0
answers

support please already try on margin and it does not fit me

I'm doing a modal screen, but when I clicked it, it unraveled when I opened it in another laptop, in mine it looks very square with the background image, but in another explorer or laptop I do not support why ??? I give an example in the attache...
asked by 05.10.2018 / 18:08
1
answer

Fill a PHP select Laravel

I have this select function that what it does is select the customer table and select them by country, in which if you bring the data this in the Client's driver. public function select(){ $data = DB::select('select * from clientes where...
asked by 24.10.2018 / 23:08
0
answers

How to use renderAjax Yii2

A query, I have been trying to use renderAjax but there is no way, could anyone show me an example of how to use it correctly? When I try to use it, I absolutely do not load any style, layout or anything, just the view I indicated. Thanks Par...
asked by 08.10.2018 / 13:11