Questions tagged as 'javascript'

0
answers

Google Maps autocomplete does not show address

I'm trying to get my Google autocomplete to show the address in the form "City - State, Country" however, it's returning this to me: Inshort,itonlyreturnswiththecity,butyoucannottellwhereitisfrom.Itesteditthisway:varinput=document.getElement...
asked by 24.02.2018 / 15:01
0
answers

HTML, JS - Creating Form with Subform

I've created this java script to Select State and City with FORM SELECT What I have is ... I would like to get the state data through MYSQL instead of being write them ... How can I do this in JS? dgCidadesEstados.prototype = { estado: docu...
asked by 03.04.2018 / 12:16
1
answer

Reload JQGrid by passing filter parameters

This is basically to cause the JQGrid function to receive parameters type (date: {}), by events .change and to update the grid. I have a grid that is loaded along with document, but I need to implement some conditions and filters. For...
asked by 03.04.2018 / 12:50
1
answer

video open in javascript

I am a layperson in this area. I would like to know how I can reproduce this url link in this javascript file // SISTEMA HD videohd.click(function(){ var videoID = $(this).attr('data-videoID'); var videos = $('<div class="meuVideo">...
asked by 01.04.2018 / 06:29
0
answers

Use text converter voices and windows talk in javascript and nodejs

Does anyone know how to use the text converter and talks windows in javascript or node js? it has to be from windows ..     
asked by 02.04.2018 / 20:44
0
answers

Disqus does not load on site

I have a website in Wordpress. Which, does not load the comments in any post (in this case, would be the single.php file). In the console, the message:    The resource link was preloaded using link preload but not used within a few seconds...
asked by 23.04.2018 / 13:46
1
answer

Upload another html doc instead of the current one using pure Javascript

In facul's work, I'm making an app with several menus, if I'm doing everything in a single html, it's going to be a huge file. So by clicking the options on a particular menu, I'd like to continue running the app with another html document, load...
asked by 22.04.2018 / 21:36
1
answer

Problems with JavaScript HTML function does not show content in page source code

For JavaScript functions that add HTML content, these added content is not being displayed in the source code of the page, even though it's working. Example: <html> <head> <script type="text/javascript"...
asked by 23.04.2018 / 02:28
0
answers

Extract file from the database (varbinary) and use it on the web

I have files saved in a column of my bank ( SQLSERVER ) of type varbinary and need to recover these saved files in this column and > show - them in a modal or download - them ; however, I need to do this using JS . Can someone help...
asked by 21.02.2018 / 16:14
2
answers

Color background of row (row) in django admin

I have a code that is working, but not totally with what I want, it is coloring only the selected cell, I want to color the entire line depending on the column's status. <script type="text/javascript"> (function($) { $(document).ready(fu...
asked by 19.02.2018 / 14:46