Questions tagged as 'jquery'

0
answers

Combo box dependent does not load when editing and the name of the photo is not recovered in its field

My combo box when adding new record works well its dependency but when editing it does not load the subcategory or the second combo, it remains empty and if I keep it that way it keeps me null the value, the only way to activate or to select aga...
asked by 21.09.2017 / 14:19
2
answers

Sidebar that becomes fixed when you touch navbar

How are they? I'm trying to make a sidebar (which also fulfills the form role) that at the beginning of the scrolling is fixed when hitting the navbar, which is fixed at the top. It works for me, but when it is fixed there is a small jump, it do...
asked by 21.09.2017 / 18:46
5
answers

How can I tell if an item is visible with jQuery?

Since in jQuery it is possible to change the visibility of an element, how can I know if an element is visible or not at run time?     
asked by 02.11.2015 / 15:20
1
answer

select values of a row with the mouse

I want to extract three non-consecutive values, of which one of each column of any row. The values are shown in a list that come from a query made to a database with the POST attribute. The selection I want to make with onClick using the mouse a...
asked by 15.09.2017 / 21:54
2
answers

cut text in a string in jquery

I am using the google api and it brings me an ajax with the variable " adr_address " and inside the following datum: "<span class="street-address">Calle 54</span>, <span class="extended-address">Mercedes Barrera</span>...
asked by 15.09.2017 / 22:25
1
answer

Error: popap html with Jquery

I have an error calling a popap using Jquery: 1. HTML Code Button <button type="button" class="btn btn-primary" id="btnAddCentrocosto" value="AddCentrocosto" onclick="$parent.openAddCentrocosto">Agregar Centro Costos</button>...
asked by 17.09.2017 / 06:29
1
answer

How to load data to modal from table

Good I do not know much about jquery or ajax but they said that with those two I can do it, I use php pdo to connect and it does it and my table of the page shows me my registers correctly and to each record I add two buttons edit and delete (ed...
asked by 12.09.2017 / 21:19
1
answer

Help, my idea is to press the request file on a row and that will be sent to me or address loading the file

function cargaPagina(pagina) { var desde = pagina * itemsPorPagina; $.ajax({ data:{"param1":"dame","limit":itemsPorPagina,"offset":desde}, type:"GET", dataType:"json", url:"Conexion_Mostrar_Solicitud_Pedido.php" }).done(fun...
asked by 17.09.2017 / 02:13
0
answers

How to call a modal from another file?

I have a file called principal.php and I have a modal in the file alta.php . mi boton ---------- <a class="btn btn-danger" href="javascript:agregar();">Agregar</a> function agregar(){ $('#myModal').mod...
asked by 13.09.2017 / 21:35
0
answers

AJAX does not work, it does not paint fullcalendar

Hello, good afternoon, classmates, I have a problem with my ajax code, what happens is that when calling my function drawnCalendar () since c # executes well, it even enters the function's success but I can not make it paint fullcalendar the wei...
asked by 13.09.2017 / 22:13