Questions tagged as 'jquery'

1
answer

Dynamically delete rows from HTML Table with AJAX

I have a code which should enter or delete the last row as we need an HTML table with AJAX These are my buttons: <button class="btn btn-success addmore" type="button" id="insert-more"> Agregar Artículo</button> <...
asked by 31.07.2017 / 21:06
1
answer

Bootstrap manners are not shown on my div that loads all my content with ajax

I have an index with a navigation made with AJAX and thus load all the other pages within the div that has the index.php, so that the browser does not recharge. My problem is when in that div I want to load a CRUD that uses the...
asked by 27.07.2017 / 22:49
1
answer

Problem with navbar collapse

I have a problem. By clicking on my button (I made the menu disappear when the screen is small) does not display the menu. I've been watching and reviewing the documentation and examples of Bootstrap for a while and I do not have the solution. W...
asked by 29.07.2017 / 20:25
1
answer

Why does not OnClick work on my td? [closed]

I have the following code in jquery , which adds a row to a table var fila = "<tr><td>" + $.trim(idProduct) + "</td>"; fila += "<td>" + $.trim(response.d.nombreProducto) + "</td>"; fila += "<td onclick='O...
asked by 12.07.2017 / 22:28
3
answers

mouseover, mouseout, applies to all items

I'm doing mouseover and mouseout to some images that have the same class. I want to put a visibility: hidden and visibility: visible . The code that I leave does but it applies to all the elements at the same time....
asked by 11.07.2017 / 00:41
1
answer

Capture parameter when it is in checked status and I click on the button

I have this ajax $(function() { //function ajax $('#example-table .processPreset').click(function(e) { e.preventDefault(); var elemento = $(this); var idArt = elemento.parent().parent().find('#id_articulo...
asked by 10.07.2017 / 18:35
1
answer

Edit the content of the media min-width with jquery

@media (min-width: 768px) { . . . } I would like to know if there is any way to manipulate the content of the media by means of javascript or jquery.     
asked by 20.07.2017 / 18:20
2
answers

Do not set the value of an input with VueJs

I have an input text with typeahead that I use to search for a user This I do through a component of vue, the template is: <template> <div> <label for="">Buscar Usuario</label> <input typ...
asked by 07.11.2017 / 21:47
1
answer

javascript button that allows changing the bootstrap meta tag

I need a button on my Drupal 7 site, where when I press it, I change the meta tag content <meta name="viewport" content="width=device-width, initial-scale=1.0"> bootstrap located in sites/all/themes/bootstrap/templates/system/html....
asked by 14.07.2017 / 18:04
2
answers

Addition and Subtraction of the 'tr' in a table with JQuery

Hi, I am trying to add the tr of my detail table, as well as subtract when I click on the tachito icon. I'm trying with a for and it does not work for me THIS IS MY HTML TABLE <div class="col-xs-7"> <table id...
asked by 13.06.2017 / 18:58