Questions tagged as 'javascript'

0
answers

JQuery stops working

I have the following code in javascript: <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(event) { event.stopPropagation(); $("#img-loading").show();...
asked by 20.09.2017 / 23:38
1
answer

How can I add the number that are in unit price in a dynamic form?

        DETAIL MATERIALS, SPARE PARTS AND SUPPLIES       <br> <div class="form-group"> <label for="tablaDetalleMaterialEinsumo"> <div class='btn btn-success' id="btnNuevaDetalleMaterialEinsumo">Nueva</div>...
asked by 19.09.2017 / 02:19
2
answers

How to write a javascript in wordpress 4.6?

Good afternoon, how can I put a small code in javascript and how it should go on a single wordpress page. $(document).ready(function(){ var es_safari = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; var mediaquery = w...
asked by 18.09.2017 / 18:07
1
answer

Access to html view with or without being logged in Angularjs

In my $ stateProvider I have defined the views of my application in which certain views require that the user is logged in or not. So far, he is working correctly. But the problem I have now is that I have a view which the user must access with...
asked by 18.09.2017 / 17:10
1
answer

how to create an HTML element in JavaScript

I have an ajax function that gets the elements of a data source in django. I can see that the function brings the elements in the inspector but I can not create the element in the div that I need. the result of the ajax function in the inspec...
asked by 20.09.2017 / 19:51
1
answer

Chart JS, Start from negative value

Is it possible to start the graph from a negative value to a positive one? ACTUAL EXPECTED: That is, the value starts from a negative number and extends to the positive defined in the dataset. var canvas = docume...
asked by 18.09.2017 / 19:01
0
answers

Upload to FTP through PHP

Good morning. I am trying to upload a file through an HTML form with PHP. The connection is successful and moves successfully to the route, but at the time of making the upload fails, giving me in Filezilla Server the failure "550 Permission den...
asked by 21.09.2017 / 10:26
0
answers

Combo box dependent does not load when editing and the name of the photo is not recovered in its field

My combo box when adding new record works well its dependency but when editing it does not load the subcategory or the second combo, it remains empty and if I keep it that way it keeps me null the value, the only way to activate or to select aga...
asked by 21.09.2017 / 14:19
0
answers

redirect to a web page by using a variable

I have made this java HTML code, to generate a virtual keyboard. What I want to help me, is that by pressing the SEE button, I open the page www.misitio.com/ 1234 (or any number entered in the viewer) <!DOCTYPE HTML PUBLIC <html &l...
asked by 21.09.2017 / 00:15
0
answers

Generate Highcharts graphics to png or binary

Good afternoon, I am trying to create a highcharts graphic so that the image can be stored in a variable and be reused or it would be great to convert it to binary. This image will be sent in a report. Currently, when generating the graph, th...
asked by 19.09.2017 / 23:17