Questions tagged as 'javascript'

0
answers

How can I join these two functions in javascript to page

I have two functions the one above is what paginates a table, it works correctly and the one below is the same. but the function below is a search in the tables by words or numbers. The problem that they work on their side each is that whe...
asked by 07.02.2018 / 22:12
0
answers

AngularJS does not recognize the controller

When I open the page it does not throw a 'true' as it should, but it shows me {{ 2 > 1 }} as if it did not recognize the controller. What can I do? Do I have an error? I have to say that I am still learning how the recent version...
asked by 09.02.2018 / 13:24
0
answers

Dynamic chart with Higcharts

Hello, I am trying to create a dynamic chart with highchart, for now I only manage to add the data through a json, what I try is that the size of the chart will vary as data like this example comes in. Dynamic example My chart is like th...
asked by 07.02.2018 / 11:20
1
answer

Create querystring with parameters of moment.js

I am trying to make a redirect to a url that I am building and in it I need that this date as well as the schedule that the user selected in a form. The problem I have is that in my new url both fields must be linked with the format 'YYYY-MM-DDT...
asked by 08.02.2018 / 22:07
1
answer

Calculation of table with Jquery

I have a table which I can use to add products to a sale: <table class="table" id="tablaDetalle"> {{ detalleformset.management_form }} <thead class="thead-dark"> <th>Producto</t...
asked by 09.02.2018 / 22:07
0
answers

Jascrip, php, browser, [Violation] Forced reflow while executing JavaScript took 36ms

the page loads but when I try to enter information it does not leave me I get rid of errors and I do not know what to do, I can not enter information into my project, someone can help me, what should I do, to make it work. [Violation] Forc...
asked by 10.02.2018 / 04:11
1
answer

How do I change the line thickness on canvas according to an interval?

I want to create a canvas element that changes the thickness of the border every 3 seconds, that has a thickness of line 5px starting, 3 seconds later has another thickness of 10px, after 3 seconds start again in thickness 5px. That is, it is in...
asked by 12.02.2018 / 15:26
0
answers

Customize facebook login button

I'm creating a login with facebook, and everything is excellent, except I hate the Facebook button and would like to put my own, as well as it is in stackoverflow. This is the code of my facebook button <fb:login-button scope="public_pro...
asked by 12.02.2018 / 17:25
1
answer

Record and duplicate a record

I currently have a button to record and continue recording another record <button type="submit" name="input" id="input">Grabar y Agregar</button> and he does it well, I want to put another two <button type="submit" name="in...
asked by 07.02.2018 / 17:51
1
answer

PreparedStatement does not insert data

Good afternoon: I request the collaboration to solve the following problem that I have with two files in java, one is called test and the other connections, the test file has a table that brings the data from the mysql database and with a click...
asked by 07.02.2018 / 19:08