Questions tagged as 'javascript'

1
answer

Run ASP.NET Events from javascript

My problem is that I have a form in ASP.NET in VB and I have events declared in that program, now I need to know how to execute those events from javascript. Visual Event Protected Sub Cargar() PanelSearch.Visible = False End Sub JavaSCript...
asked by 17.11.2018 / 19:02
0
answers

Remove Key in Firebase with React Native

I have a mobile practice application which I am developing with React Native that allows you to add notes and upload them to Firebase. I can currently bring and add notes from Firebase to my app. I am very beginner and I am having problems to el...
asked by 22.11.2018 / 05:06
1
answer

Problem navbar MaterialzeCss - Image is displayed in front of the Navigation bar

I have the following problem. with the navbar When you download the image, it overlaps the navigation bar . I do not know what the problem could be (I paste the code).                         Start     - >                     - &...
asked by 22.11.2018 / 04:38
1
answer

get the current URL

Very good I have created a plugin for chrome and it fails me to get the URL current and then work with it with just one button in mainfest.json I have this: { "name": "Dom_Test", "version": "1", "manifest_version": 2, "descr...
asked by 22.11.2018 / 11:24
0
answers

Validation in server with PHP

I would like to ask for help, it's the first time I've done something like that, I'm still trying to learn. The question is, I have a page index.php, another page validation.php, and a file of JavaScript functions and another that serves to send...
asked by 25.11.2018 / 20:00
2
answers

How to "crush or crush" one function with another?

function lalo () { $('<ul id="lalo-uno"><li>UNO</li></ul>').appendTo('body'); } function lalo2 ( ) { $('<ul id="lalo-dos"><li>DOS</li></ul>').appendTo('body'); } window.onresize = functio...
asked by 25.11.2018 / 18:00
1
answer

variable i does not work in buble for

This is my script: <script> $(document).ready(function(){ var dias=['li.lunes','li.martes','li.miercoles','li.jueves','li.viernes']; var acciones=['.lunes p','.martes p','.miercoles p','.jueves p','.viernesp']; for(var i=0;i<=dias.len...
asked by 25.11.2018 / 05:47
1
answer

How can I perform an operation in input with radiobutton HTML?

hello I need your help, what I need is that when entering quantities in item_1 and item_2, and mark a radiobutton, in the same one where the initial amount was entered (item_1 and item_2) the new amount in this case will be shown that pressing t...
asked by 25.11.2018 / 04:35
0
answers

Uncaught ReferenceError: LocalEmpCallback is not defined

In one view I have the following code: <tr id="[email protected]" class="ct-row" data-status="@value.PerfilEmpleadoCentroID"> <td onclick="LocalEmpCallback(@value.EmpleadoID)"> <p class="list-text">@value.Emp...
asked by 16.11.2018 / 10:45
1
answer

modify .css file from a .js file

I want to know if you can insert this .container-box .formulario: nth-child (3) {     display: block; } from a .js file to a .css file or if I can change the number 3 of the nth-child (3) What I'm looking for is to do as an animation...
asked by 16.11.2018 / 06:50