Questions tagged as 'javascript'

0
answers

render views with call_user_func_array? php

Hello friends, my problems is the following .. I have defined a MVC logic in which at the beginning I parsed the url with htaccess. for the url to be defined in the following way (controller / methodo / parameters1 / parameter2). Well this is...
asked by 21.04.2018 / 17:10
1
answer

does anyone know how I can integrate Bootstrap to nodejs with Express?

I am developing an application using nodejs and the Express framework. I want to add Bootstrap to my project in local mode. I added this to my index (having already downloaded Bootstrap) <script language = "javascript" src = "- / node...
asked by 23.04.2018 / 02:46
0
answers

Save data in .xls file with ajax, javascript and PHPExcel

I am practicing with ajax and javascript, and the following problem has come up. I need to send by POST the values of 2 text input and 1 drop list (select), and save that data in an excel file that I created on the server. The .php file uses the...
asked by 19.04.2018 / 23:59
0
answers

bring variables to javascript

would like please help me with this problem that I have in javascript, I have a cycle and within that cycle I have a select and I need that every time that the cycle is traversed I can capture the position in which the cycle and the values go of...
asked by 23.04.2018 / 19:54
0
answers

Save and print the value of a property

I am trying to save the value I have in a property as text, I have printed the value in the console and it does not give me problems and I want that same value when creating a database is the name that the table will have, at the moment to run i...
asked by 23.04.2018 / 21:36
2
answers

How can I enter data with the push to an array?

How can I enter data with the push to an array with a while? because I want to graph with canvas and the only thing I need is to put the values to the arrangement with the push to print them, here is my code. var meses = [""]; var valores = [1...
asked by 19.04.2018 / 00:58
0
answers

Get meta-data from swf files

I'm using the SWFReader library to get some meta-data such as the size and dimensions of a swf file, the problem is that these files are inside a compressed folder and I access them using the ZipLoader library, which returns a " URL "as this blo...
asked by 19.04.2018 / 01:16
0
answers

Problem with tooltip created with css and jquery datatable

I'm creating a tooltip so that when I put on top of the text of each cell of a datatable, I'll see a tooltip with that text but the long version, and the datatable is not leaving me. It shows me the tooltip but it shows it to me inside the cell...
asked by 19.04.2018 / 06:17
0
answers

Avoid focus on TinyMCE editor

I have the editor linked to a tag <di> with identifier editor . With a javascript script I call a dialog window of the same tinymce: tinymce.activeEditor.windowManager.open( ... ); And it's manually closed from code:...
asked by 19.04.2018 / 01:34
1
answer

Function to treat variable as Singular or Plural

I have the following code: //DEFINIENDO VARIABLES GLOBALES br = "<br>"; olli = "<ol><li>"; liol = "</li></ol>"; olc = "</li></ol>"; ulli = "<ul><li>"; liul = "</li></ul...
asked by 20.04.2018 / 02:24