Questions tagged as 'javascript'

1
answer

How to save an array inside another array and then save to Firebase

Help! I have this snippet of code to store the following: var company = { description: "", logoPath: "", logoUrl: "" }; var companiesArray = { length: 0, addElem: function addElem(elem) {...
asked by 20.07.2018 / 10:40
0
answers

show Select sql with extJS in .net

someone can help me I am using extJS but I can not show the data of a table in my database in a MVC grid use of .Net, this error marks me app.js var store = Ext.create('Ext.data.JsonStore', { storeId: 'myData', reader: n...
asked by 19.07.2018 / 19:16
0
answers

AppRTC-WebRTC Enter from another computer connected in a local network

Hi, I've been looking for how to connect to link from a computer. I have running apprtc video chat client. If I enter from the same computer if it shows me the application, but if I enter from another computer connected to the same network, it...
asked by 19.07.2018 / 18:40
1
answer

Know which checkbox in a cycle have been selected?

My question is how can I know which checkboxes have been selected to update the text type input that contains that checkbox? looks like this: the table and the checkbox is inside a loop which prints as many tables as the sql query ha...
asked by 19.07.2018 / 18:12
0
answers

Why do not you show me a Select when I add styles and js?

I have a small exercise that I was doing to make nested selects (Department-Province-District) connected to a bd in oracle. all right up there but when I entered styles and js to my index when compiling it only showed me the data of my first Sel...
asked by 19.07.2018 / 18:57
1
answer

Insert form to database

I have no experience in design, but I have this little problem I am putting a bad data, please help. This is the form or just part of the error <div class="col-md-6 col-sm-6 col-xs-12 xdisplay_inputx form-group has-feedback"> <inpu...
asked by 19.07.2018 / 18:34
1
answer

how to make a link to a shared folder

I'm trying to make a hyperlink in html , to open a shared folder (open it with the explorer.exe of Windows ) from my intranet, I do not know if it can be achieved, because I have read in several pages and in the majority it says that it ca...
asked by 23.07.2018 / 20:36
0
answers

use shadowbox.js with variable href which is loaded from sql and json

Hello friends, I hope you can help me, what happens is that I try to show a sahdowbox from javascript and json code and I make a sql connection through a webmethod. The way I'm trying to show the shadowbox is like this: <br> $.ajax({...
asked by 07.08.2018 / 18:12
1
answer

Mouseover effect and click jQuery

Hello very good companions! I explain to you with images and code my problem and doubt. I have an image like this, in which I want that every time you pass the mouse over the crosses there will be a description and a title. So far, w...
asked by 18.07.2018 / 13:42
1
answer

Vue router: Route child loads the parent component

{ path: '/designblock', name: 'Design Block', component: Design, children: [ { path: 'title', component: title, } ], }, I have that route defined and when entering title the child rou...
asked by 21.07.2018 / 01:21