Questions tagged as 'jquery'

2
answers

The change event is not thrown in select bootstrap in chrome [closed]

My problem is this and it is that this code: $("#consultas").change(function(){ console.log("opcion2"); alert("Hola"); }); It works correctly in Firefox but I do not know why not in Chrome (In other browsers I have not...
asked by 02.01.2017 / 14:57
1
answer

How to correctly display the Bootstrap style in DataTables?

The style is not applied correctly on my page, I am sure of the order I gave to the CSS and scripts styles. But even so they still do not work even if I base myself on the same examples of the Angular-Datatables page. As you can see in th...
asked by 18.03.2016 / 19:32
1
answer

Uncaught TypeError: $ (...) .bootstrapValidator is not a function

I am validating a field of a form with Bootstrap validator but I have an error that tells me that "Uncaught TypeError: $ (...). bootstrapValidator is not a function", add all the libraries but neither <form id="enviaConfirmada" nam...
asked by 18.03.2016 / 22:38
2
answers

Add HTML from JavaScript

I'm doing a web app with jsp, I try to display likes the same way Facebook does in a modal window, so far I've managed to pass the list of those who have given like an object but now I do not know how to display the attributes of that object....
asked by 29.07.2016 / 17:56
1
answer

Financial markets [closed]

I am doing an application on financial markets that is, to buy and sell shares, etc. The problem is that I can not find a way to recover data from the actions (price, variation in%, etc.) and to update them automatically (what I've seen they rec...
asked by 10.02.2016 / 20:18
1
answer

Get the amount of array json type

I need to traverse N json type arrangements with the jquery library plus these must be filled in an input that is in a table, someone has some idea of how I can my current code works perfectly only if a single fix is returned . HTML code...
asked by 05.01.2019 / 17:59
1
answer

Effect display with materialize

I have a materialize button, with a display effect, it displays two list elements (Spanish, English, the button says languages) when I click, it does not display the effect. On the materialize page, it tells me that I have to add the jquery CDN...
asked by 03.01.2019 / 18:55
0
answers

How to make a treeview with Vuetify?

I'm having a problem, and it's like doing a treeview with Vuetify: <template> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default">...
asked by 30.12.2018 / 20:38
1
answer

Jquery methods do not run in my view in .net

I have these methods in my js: function soloNumeros(e) { var key = window.Event ? e.which : e.keyCode return (key >= 48 && key <= 57); } function soloPegarNumeros(n) { permitid...
asked by 28.12.2018 / 17:41
0
answers

How to get cursor coordinates in a textarea and display a div below the cursor

I have a code that I want to improve, currently writing an arroba in a textarea displays a list of registered people to add mentions. That list opens on a div below the textarea. Desire is to obtain the cursor coordinates within the textarea and...
asked by 27.12.2018 / 14:14