Questions tagged as 'javascript'

0
answers

Javascript does not work on localhost but works on the server

I have a project that has a graph generated by javascript and angular logo on the home page after a login, however, in my localhost this graphic was never shown and I got to a part of the work in which I need to move it, however, without seeing...
asked by 14.11.2018 / 19:48
0
answers

Azure Storage - no storage

I'm trying to save images to storage, the whole process happens smoothly, until the time I'm going to look at the storage and: This is my script const blobSvc = azure.createBlobService(config.containerConnectionString); let filen...
asked by 14.11.2018 / 20:41
0
answers

FullCalendar is only searching for a range in JSON

What happens is that the calendar is not fetching all the events from the database, it searches only what I'm looking at, it can be the month, week or day, then when I click the NEXT / PREV buttons on the calendar it search the data in mysql aga...
asked by 13.11.2018 / 18:56
0
answers

Custom datatable filters

Good afternoon guys. I'm trying to create custom filters for my datatable using <select> . See: Theselect'slistallthedatatableoptions.Ex: HowcanIdowhensomeoneselectsoneoftheoptions,thedatatableshowstheitemsaccordingtothesel...
asked by 14.11.2018 / 02:43
0
answers

Problems using the GoogleMaps.LocationServices API in ASPNET MVC

I'm working on a development that plots multiple longitude and latitude locations from the SQL SERVER database that load on a map after typing some search data. Below is the screen with the problem that does not load my Google Map, I'm using the...
asked by 22.11.2018 / 21:18
1
answer

How to transform an HTML table into a Data Frame

I'm trying to integrate a python script with an HTML table How can I do this? Follow my table. <table data-spy="scroll" class = "table-responsive-sm" id="table-prem" > <thead>...
asked by 22.11.2018 / 21:27
1
answer

Get parameter in .click same as inclick - jQuery

I have the following iterator that has delete buttons that are loaded dynamically: <s:iterator value="form.listaCooperativa" id="lista" status="lista_status"> <s:if test="#lista_status.odd == true"> <tr> </...
asked by 22.11.2018 / 20:25
0
answers

Associate a contact with a contact group in the Google Contacts API

I can not locate myself in the Google API to associate a contact with a contact group (Label) My sources: link link With the API person I can create new contacts and groups, but I can not put a contact inside a group     
asked by 22.11.2018 / 22:14
0
answers

Doubt in this code in JS where it should have a link to a json encode

$(function() { $("#homepage").addClass("visible") }); //aqui tem uma rota de json encode https://vizer.gratis/wp-json/moble var siteUrl = "https://vizer.gratis/wp-json/moble"; $(document).on("click", ".gender .button", function() { $(".ge...
asked by 18.11.2018 / 18:00
0
answers

Datatable Excel file comes blank

I have a problem with the DataTable Plugin: it generates the CSV file normally, but the XLS is blank. My code looks like this: $(_fechamento_faturamento_bases.prps.tablePrevia).DataTable({ "bPaginate": true, "bFilter": true, "bInfo...
asked by 12.11.2018 / 19:47