Questions tagged as 'javascript'

0
answers

Change default page of Adminator Admin Dashboard

   How to change the default page of the template Adminator Admin   Dashboard, I would like the default page, start out Sign in. Repository of the template     
asked by 25.07.2018 / 21:11
1
answer

update data with php arrays

Interface I have the following parameters obtained from an interface that I create. data_id=1,2,3,4,....,53 agente_id= 123,234 cantidad= 4 I want to update the rows according to the quantity and agente_id . For example: Of the va...
asked by 25.07.2018 / 21:18
3
answers

Handle table inside another html table without interfering in JavaScript

I have a table with id=mytabla , which inside contains several data, and in the last row a field called retentions that should show another table inside, in this I have no problems, staying like this: <table id="mytabla" class="table...
asked by 25.07.2018 / 20:53
0
answers

error when trying to display the data of a graph with chart js

I have a graphic created with the library chartjs . When I select some label label First , Second the tooltips of the tag crossed out remain persuasive floating on the graph. my questions are:    Is there any way to solve...
asked by 25.07.2018 / 20:15
0
answers

Animation when loading main page (only once) vuejs

I have an animation in css3 which I want to run when I load the page and only run once the problem is found when I go a page forward and I return the animation is restarted or when they enter the site after leaving, it occurs to me to do...
asked by 24.07.2018 / 15:54
3
answers

I can not validate when I use tag form

I recently started with this and I'm having a problem with my code. I want to make a simple login form and I am having the problem that I can not perform the validation if I use the form tag, otherwise the validation can be done but I lose the d...
asked by 24.07.2018 / 14:28
1
answer

How to configure the driver of an open or active page using selenium webdriver

We have a project where we must automate a test of a page with Selenium WebDrive , but being active, that is, we are not going to open a window or browser with the URL, it must already be active and make them the necessary tests Normally we...
asked by 24.07.2018 / 16:48
1
answer

my query in sql does not recognize the parameter I sent from javascript

good afternoon programmers I have a doubt and I hope you help me I am developing a system in javascript and php and sqlserver, the problem is as follows this is the part of php in which he sent the javascript parameter that is "USU" and...
asked by 01.08.2018 / 20:27
0
answers

problem with javascript file download

I have a xhtml page with a table in which more than 1,000 rows are loaded after a JavaScript function that captures the contents of the table and downloads it with a <a> in the form of xls , the problem is that when you downloa...
asked by 01.08.2018 / 20:36
0
answers

do not know how to filter the information that comes in a table with modal because the data is repeated

I have a modal alert where it shows the information of different types of alerts and the same alerts are coming 3 times and my question is what I can do to prevent this from happening. $('#modalAlert').modal('show');...
asked by 27.07.2018 / 19:07