Questions tagged as 'jquery'

1
answer

How to add a value to colspan dynamically?

I have the following: <td class="total" colspan=""> Areas </td> Since from jquery can I enter a value that I have in a global varibale?     
asked by 24.04.2017 / 16:59
3
answers

Return false does not work within each

I'm going through a table with data, pressing search takes the value of the input and looks for it in the table, when it finds it I need to cut the execution of the function, which is what I can not do thanks. function BuscarCodigo() {...
asked by 13.11.2017 / 16:32
1
answer

Get and change CSS of some containers

I hope you are well, I tell you what I should do ... I must do a function that detects me if one or many div within their styles have the property background-color: #ffffff; and in case they have it, change it by background-color: #...
asked by 28.12.2018 / 16:18
2
answers

how to insert a tr in position 0 in a table with jquery?

I have a table similar to this one: $("#nuevo").click(function(){ tr="<tr><td>Nuevo</td><td>1</td></tr>"; $("#tabla").append(tr); }); table tr td{ border:1px solid #000 } <script src="https...
asked by 04.10.2018 / 09:03
3
answers

Insert data with AJAX

What is the correct way to perform a data insertion with AJAX. I have seen several tutorials, but they are very different and somewhat confusing. Some use this code xmlhttp=new XMLHttpRequest(); and another no. Some declare variables for...
asked by 14.07.2016 / 22:00
2
answers

doubt with event .click () jquery

Good morning, I am trying to learn about jquery and during my practice I have this problem: I'm making a table every row has a button, that button opens a modal where the content of the row is shown to "edit". But when working with jquery, tr...
asked by 01.08.2016 / 18:53
1
answer

How to listen when the html tag changes?

My problem is as follows. I use vue and I need to know the language in which the app is located. <html lang="es"> When the language changes in the app I need to notice that change in an unrelated instance. Try this does not work...
asked by 12.12.2018 / 20:53
4
answers

Difference between .text () and .html () in jQuery

I would like to know the difference between two methods or functionalities of jQuery that can be confusing in my case, even reading the API of both utilities such as: .text () .html () According to w3s, .text () places and retouches a v...
asked by 03.06.2017 / 15:51
2
answers

jQuery modal window does not close

Good morning classmates I'm in a problem with jQuery , I'm doing a system with a modal window, what happens is that it does not close me. This is the code: $(document).ready(function(){ $('#frmPaciente').dialog({ autoOpen:...
asked by 28.11.2018 / 20:25
1
answer

speed problem with owl-carousel boostrap

I'm trying to do an owl-carousel, but I can not establish the duration of how much each image is displayed, look jquery, I'm somewhat exhausted analyzing the code and handling it, (the images delete them, but I leave the code just in case ) the...
asked by 08.11.2018 / 10:53