Questions tagged as 'javascript'

1
answer

Hide WebMethod in the browser

I'm creating a web application with C# , ASP.NET , AJAX and JavaScript , I'm using a WebService and everything works fine, the problem is that I uploaded the application to the server to test and to open the brows...
asked by 06.09.2016 / 14:36
1
answer

Update the datasource of a jqxGrid

I am filling a grid of JQWIDGETS with data from an array that I form from data entered in inputs text (code, description, price, quantity and total). By giving enter on the input quantity the data is shown in the grid, but this creates an arr...
asked by 05.09.2016 / 15:34
0
answers

Show data with Mongoose and NodeJS

I just started with this backend and I have some doubts. I have a Schema in Mongoose : const mongoose = require('./model'), Schema = mongoose.Schema, TeamSchema = new Schema({ _id : Schema.Types.ObjectId,...
asked by 10.11.2016 / 01:18
1
answer

Problem with raphael js

I have an inconvenience when attaching raphael.js.min automatically it blocks me the rest of functionalities that make other scripts like for example the pagination of my table. I have tried changing it from position but it follows...
asked by 20.09.2016 / 18:12
1
answer

called webapi sending input type files="file"

Good afternoon, I have the following block of code: @using (Html.BeginForm("Upload", "Orders", FormMethod.Post, new { enctype = "multipart/form-data" })) { <input type="file" name="attach" id="attach" multiple /> <...
asked by 20.09.2016 / 15:12
0
answers

Management of the jit.js library with json

Look, I have a .js file that loads a json and is working. In principle you will be charged a% full% co, and then doing json expands the children of the clicked node: When the page loads: //load json data st.loadJSON(j...
asked by 14.09.2016 / 07:59
0
answers

Help with timer in Datatables

In a column of the datatable, the time is set, if this time becomes a chronometer, the problem is that the first value that only finds that one repeats in the other cells of the column, for example the time in cell 1 It's 09:25:45 and if I activ...
asked by 03.10.2016 / 15:24
1
answer

gmaps does not geolocate when I generate my ionic apk

friends with this code center the map and geolocalize, in the browser everything works ok, but at the general the .apk only focuses me the map does not geolocate me even having the gps activated .controller('MapCtrl', function($scope, $ionicLo...
asked by 04.10.2016 / 01:31
0
answers

dynamic multiple list codeigniter javascript

Currently my page works but with a detail, in my database I have 2 tables for this part one with names of applications and another with names of servers and I am generating a dynamic list of applications and when I choose an element this load in...
asked by 15.08.2016 / 13:16
1
answer

Avoid double registrations in Javascript

I have had problems with saving the data to the database, I have a form where I have to select the area, amount and concept to enter overtime, by clicking on "continue" a modal is opened showing the employees that belong to the selected area in...
asked by 12.08.2016 / 20:09