Questions tagged as 'jquery'

0
answers

Facebook Api problems when it is executed from cell phone browser

I made a login with facebook and it's perfect in the web browser but when I try to run it from my cell phone in chrome android it says there are problems with URL, which does not allow the URI entered. In the web of pc this does not happen....
asked by 25.08.2017 / 17:27
0
answers

Error 500 invoke web services making an AJAX call

I have a problem, I can not invoke a Web Service made in C # from an AJAX call using Javascript and jQuery. This is the call: function authenticate() { var name = $("#username").val(); var pwd = $("#password").val(); var baseu...
asked by 23.05.2017 / 19:07
3
answers

Delete ALL nodes children of a div

I am developing an application and I have encountered the following problem: By pressing the "Analyze" button, I dynamically create JavaScript with different div containing their own table with data. The problem arises that pressing...
asked by 10.04.2018 / 22:37
2
answers

Pass values in vice versa with Javascript or jQuery

Hi, I'm working with Mathquill, what happens is that I have this expression format. sqrt[]{} which can be sqrt[3]{4+5-8} or any number within the brackets and braces, what I did was modify the template of the api of the root...
asked by 14.03.2017 / 22:43
1
answer

Angular 6 does not load Jquery when browsing between views

I am implementing a template for a dashboard that has jQuery, chart js etc. as a dependency. Everything went well until the time to implement the routes because now when I browse through them I get the error Uncaught TypeError: Can not read prop...
asked by 07.10.2018 / 20:14
0
answers

When I click on Google chart and try to open a new window the pop-ups are blocked [closed]

When the user clicks on the google-chart I call this event: google.visualization.events.addListener(chart, 'select', function(e){ self.selectHandler(chart, data); }); And then I try to ope...
asked by 20.02.2017 / 16:09
1
answer

How to make a custom select2 as it appears in the API of the same plugin?

I can not find how to customize my select2 as they do in the API. ( here the link ). I search everywhere and in the same Pligin API they do not specify anything of how to do it. I clarify that I do it in my system but in a simple way....
asked by 26.02.2017 / 17:46
1
answer

noUISlider with Jquery does not assign as parameter "audio.currentTime"

The creation in the HTML of the slider is this, I use a framework, the nouislider. The Slider is because I am creating a player with HTML and jQuery together with Bootstrap. The slider would have to work, logically, to advance as the audio plays...
asked by 28.02.2016 / 04:43
3
answers

Replace javascript characters

I need to replace some characters with others in an input on the fly and I thought that with javascript I can solve it. The theme is the following:  I have an input that reads EAN13 codes and I have it ready so that when I insert the numbers...
asked by 24.04.2017 / 21:35
4
answers

Where does this point in this first example?

There is one thing that I do not understand and it is in this case: the operation of this . This will always point to the object containing the function and the this will be called from the function, my second this...
asked by 20.12.2017 / 12:00