Questions tagged as 'javascript'

1
answer

Error with Meteor project "Error: EPERM: operation not permitted, unlink"

I imported a Meteor project and I wanted to open it from another computer, by running the meteor command on the project route I get the following message Error: EPERM: operation not permitted, unlink 'C:\Users\Emery\work\meteor\score-keep\.m...
asked by 23.07.2017 / 18:08
1
answer

Error in canvas quality

Why does the filltext font look like this?    Code: /* Área de programación */ $(function(){ var w = window; var d = document; var dW = d.body.clientWidth; var dH = d.body.clientHeight; console.log(dW); var c...
asked by 13.08.2017 / 21:56
1
answer

How to pass a string of C # (aspx.cs) to a javascript fix for google maps?

I have a static variable in my webform class, which are coordinates for a Google map public static string Query = "19.475 -91.97500000 19.475 -91.98333333 19.4833333 -91.98333333 19.4833333 -92.01666666 19.5 -92.01666666 19.5 -92.025 19.533333...
asked by 17.07.2017 / 23:33
1
answer

How to display the menuContextual of an input type="datatime-local" with JavaScript

I have a <input id="miInput" type="datetime-local"> and I need to display the calendar to select a date but pressing a <button id="miBoton"> Mi Boton </button> . What event can I use to display this contextual menu...
asked by 15.08.2017 / 23:22
2
answers

Put logo and show user information in report with datatables

I would like to know how you could place a logo and the information of a user that performs an export of information by selecting the PDF button or the PRINT button that are jquery datatables? For the buttons I only have the following:...
asked by 16.08.2017 / 04:15
1
answer

Bootstrap manners are not shown on my div that loads all my content with ajax

I have an index with a navigation made with AJAX and thus load all the other pages within the div that has the index.php, so that the browser does not recharge. My problem is when in that div I want to load a CRUD that uses the...
asked by 27.07.2017 / 20:49
1
answer

Update table (bootstrap-table) automatically when passing parameters of two input?

How can I make my table update automatically taking the value of two input in JS , I use JSON , and can pass the parameters to the query the problem is that my table is not updated. This is some code I use, researching I fo...
asked by 14.07.2017 / 18:09
2
answers

Do not enter my .js file when loading the website? [closed]

My problem is that I am currently trying to call an onclic type function through a button, but when I click on the button in the browser console it appears that it is not defined: I miss it: Uncaught ReferenceError: siguiente_promo is not d...
asked by 14.07.2017 / 19:37
2
answers

how can I do that when I bring a table dynamically by ajax, I still respect the doubleclick of JavaScript on the table

When loading the page a table is shown, to this table to double click on a record opens a modal with a graph, until it works correctly but when using a drop-down list that still commands me to attract other results through ajax and it is shown o...
asked by 14.07.2017 / 17:25
0
answers

Error saving multiple select

I have this ajax $(function() { $('#asignarConteo').on('click', function(e) { $('.widthSelect :selected[value!="0"]').closest("tr").each(function() { var ar = $(this).find(".iarticulo").text(); var u...
asked by 27.07.2017 / 13:58