Questions tagged as 'javascript'

0
answers

Implementing Skype to the site

I'm testing the skype WebControl feature, where it's possible to add a skype chat window to the site. But I have some errors that I can not solve. The window itself appears, but there are errors in the console and I can not send the messages....
asked by 19.06.2018 / 20:05
1
answer

AutoComplete does not work on add remove inputs

I'm developing a budget form and I add and remove rows to register products in each row and have two autocomplete fields, where you search for the product by code or by name. The first line is always fixed to start the fill and in it the autocom...
asked by 20.06.2018 / 15:27
1
answer

Run javascript on my Chrome extension

Talk the guys! I work most of the time filling out web forms, and most of the time I get about 50-100 pages with the same data ... So I have to manually fill out one by one. I had the idea of creating an extension in Chrome that allows me to fil...
asked by 20.06.2018 / 20:36
2
answers

Doubt with Jquery Load

I have a menu that I will use on all pages, so I want to load the content: I'm doing this: <head> <meta charset="utf-8"> <!-- This file has been downloaded from Bootsnipp.com. Enjoy! --> <title> </titl...
asked by 21.09.2017 / 20:18
1
answer

Take the fields from a Select and pass to viewmodel

I have two Selects Multiple where their function is to change values as in the image below: ThefirstoneintherealisaDropDownListwherehelooksforthebankinformation,followshiscode:@Html.DropDownList("Avaible", ViewBag.Account as SelectList, n...
asked by 13.07.2018 / 15:30
0
answers

The field Value Paid must be a number. ASP NET MVC

I have this field in Model: public decimal Valor { get; set; } It writes correctly, and shows me the value this way:    10.00 But when I edit and complete the action, it returns me:    The field Value Paid must be a number. I...
asked by 13.07.2018 / 20:49
0
answers

How to use group denial

With the following RegExp I can capture the valid group. ^(\d+(,\d+)*)$ However, the capture must obtain invalid groups, as an example: # Válido 12312,12312312,312312,1,3 1,2,3 999,999 # Inválido ,12312.* 123,12312,,12312312 asdasd,123...
asked by 12.07.2018 / 19:02
0
answers

$ .ajax Calling twice

I'm developing an application with Vue.JS and Jquery. The call is being made like this in Vue: methods: { efetuarLogin: function (event) { event.stopPropagation(); $.ajax({ ty...
asked by 12.07.2018 / 14:00
1
answer

How do I calculate the "positives" and "negatives" functions from a json file to HTML in percentage?

Save, I have a JSON file with "positives" and "negatives" variables, I'd like to turn those values into percent, "positives" being "Like" and "negatives" being "Do not like." After that how could I organize the profiles based on this data? JS...
asked by 21.06.2018 / 01:17
1
answer

Firebase: Filter child node query on AngularFire2 firebase

I have this structure: { "3" : { "data" : "2017-09-21", "fornecedor" : { "cnpj" : "123234534534", "fantasia" : "Barreirinha" }, "nNF" : 3, "peso" : 3, "precoCompra" : 6, "vendido" : false }, "123"...
asked by 21.06.2018 / 17:27