Questions tagged as 'javascript'

1
answer

.parent () within beforeSend

I have the following code: // JavaScript Document $(document).ready(function(e) { $("a.excluiAdmin").click(function() { if (confirm('Deseja Excluir este Administrador?') ) { var link = $(this); $.ajax({...
asked by 03.06.2018 / 17:40
1
answer

Javascript error when selecting the button in another tag

<style> section article { display: inline-block; width: 45%; height: 100px; } header, nav, section, article, footer { border: 1px solid gray; margin: 4px; padding:...
asked by 03.06.2018 / 03:16
1
answer

Convert a word document (DOC, DOCX) to PFD using PHP or JavaScript

I wonder if there is a possibility of converting a Word file (.doc, .docx) to a .pdf file using Php or JavaScript (or something like that). For example, the user uploads a .docx file that should be saved only in .pdf format - to do the conversio...
asked by 03.06.2018 / 06:38
0
answers

Ajax Requests

I have a form and it is a field in which the user can select a professional for the desired service, and when selecting such service I have to inform the available timetables by making an ajax request using a select script in my database taking...
asked by 03.06.2018 / 18:50
1
answer

Auto Submit javascript

I'm having a problem while using the "submit ();" in an input type="file" with an onchage passing an id to the function, I made a test with an alert and it is returning me "[object HTMLFormElement]", I do not know where the problem is. func...
asked by 03.06.2018 / 17:36
0
answers

Button appears superimposed

I'm adding buttons to add favorites to favorites, but this button is only appearing in the first songs, it does not appear in the others below, it seems that the buttons are superimposed ... But I can not find the problem ... I'm using css and j...
asked by 23.05.2018 / 23:36
0
answers

Send FILE from javascript to php

I've read a lot about it and I'm getting more confused. I have the form below: <div class="plano"> <h1 class="titulos">Cadastro de Plano</h1> <form method="post" class="planoCadastrar"> <input type="tex...
asked by 23.05.2018 / 22:34
0
answers

Multiple locations / maps

Good evening, I would like a suggestion to add more than one map on my page. In the site that I am developing the store has other affiliates in different cities. However, I would also like to remove the panels from Google Maps. The code I'm u...
asked by 24.05.2018 / 02:06
1
answer

Update DataTables table after AJax request

On my page I have the following: $(document).ready( function () { buscaProdutos(); } ); When the page loads, it searches the products for listing in the table. Within this function SearchProducts I have the following:...
asked by 02.06.2018 / 05:32
0
answers

Check if user verified email on firebase

I would like to know how to verify if the user has validated the email used in the firebase registration with email and password. After registering and sending the e-mail to the user but indifferent to clicking the generated link or it is not po...
asked by 02.06.2018 / 20:25