Questions tagged as 'javascript'

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
3
answers

create a pause before opening modal window to load scripts

These scripts add specific format to a table, when the page is opened for the first time everything is shown correctly, but to visualize the modal for the second time the files are loaded very fast and it is not applied on the table. function...
asked by 05.04.2018 / 20:24
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
0
answers

Create an IndexedDB editor to store values in a NoSQL database in JavaScript [closed]

I have done a BBCode editor in JavaScript but I need that those values entered (in principle only a value that is the name of a fruit) are stored in a NoSQL database with using IndexedDB and LocalStorage, the problem is that I am quite lost in t...
asked by 15.03.2017 / 20:57
6
answers

JSON object arrives empty to my method

I created the following function to send an object of a service through JSON but when the object arrives it has all the empty variables: var cpDate = new Object(); cpDate = { OllPass: '', NewPass: '', ConfPass: '' }; $(documen...
asked by 09.03.2017 / 13:39
2
answers

Log in on node.js

I am new programming in node.js and I wanted to ask you a question: I have the following log in (which works without problem) but I'm not sure if it is the most recommendable way of doing things since I do not know if you are doing it I work in...
asked by 02.01.2017 / 17:30
1
answer

How to invoke a web service published on a service bus through AJAX? [closed]

I am working with Oracle Service Bus , I have currently created some services with SOA in JDeveloper , which I have published in bus service offered by Oracle , now I need to access them from my mobile application made in PhoneGap . Does...
asked by 11.11.2016 / 21:07
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