Questions tagged as 'javascript'

0
answers

How to convert HTML to PDF in Javascript?

I need to convert an HTML made in TinyMCE to PDF editor. It turns out that text written in the editor will contain tags that will be exchanged for database record values, such as a mail merge. I was able to do this using HtmlToPDF, but it did no...
asked by 05.06.2017 / 22:30
1
answer

Problem editing data - AngularJS

I have a grid with the data and also has an edit button. Problem: When I click on change and start to modify the data, there on the grid the data is being changed too, even without saving. My function that loads the data is this: /* Fun...
asked by 06.06.2017 / 00:35
1
answer

Click on button and open list

I'm trying to get the user to click on the button to see all the contents of the database and when 6 products are not displayed (this is already ok), but the button part is breaking my head and I do not know where I'm going wrong. Follow script...
asked by 06.06.2017 / 14:18
1
answer

Feed Select with another Select Mysql

I'm trying to feed a Select as it was selected in another Select main <select id="grupo" name="grupo" > <option>Selecionar Grupo</option> <?php if(isset($grupo->db->data[0])): ?> <?ph...
asked by 05.06.2017 / 20:54
0
answers

Bug in name sequencer

I've developed a system that sequentially writes a phrase within my div and, after a few seconds, it replaces the text with another pre-programmed one. It works normally, but if I change the tab for some time and return to the tab where t...
asked by 05.06.2017 / 20:46
1
answer

Editing Fields in Event Modal with FullCalendar + Javascript

Good afternoon, I'm creating a simple calendar using the FullCalendar plugin, I'm almost ready, but now I need to click on the desired event to display the information of the event and the option to update the image below you can see how it is c...
asked by 06.06.2017 / 19:56
0
answers

Search Array with certain characteristics

Hello, I'm developing a very basic game with Javascript, but I came across a little something that I could not solve until now, the question would be, I have an Array, in which I randomly include 28 objects, and those objects have a position < st...
asked by 07.06.2017 / 07:21
1
answer

How to capture the code of a table generated via html?

I created a table with data by HTML and PHP, how do I generate a string from this table with this data so I can play in my DOMPDF load_html?     
asked by 26.06.2017 / 19:49
0
answers

Notification with Firebase Cloud Functions for single device

I have a problem sending notifications using the Firebase Cloud Functions, in case I would like the user to send notifications from the site, hosted by Firebase Hosting, to an android device. To do this I thought about having the user who wanted...
asked by 26.06.2017 / 22:59
0
answers

Change a div's content back to the original

I have a div that widens after the user clicks a link (+). I'll get the contents to a local file that contains paragraphs to print. This paragraph consists of a link (-) that returned the original div. For this I am using the following script:...
asked by 27.06.2017 / 15:44