Questions tagged as 'javascript'

1
answer

JavaScript button in Animate CC

Good afternoon guys, I'm developing a screen in Animate CC, the screen is 12 buttons and when the user "clicks" on all and at the end of the counter performs the function to unlock the screen. What is happening, is that if it clicked on on...
asked by 14.03.2018 / 17:00
1
answer

Improve visual information in Chart.js

I'm developing a system and I use chart.js to generate my charts. However, at the usability level, it is bad because it does not show all the information in the columns. LookingatthechartaboveapparentlyshowsthatinformationexistsonlyintheTota...
asked by 15.03.2018 / 14:51
1
answer

How do I change the places reservation in mobile

I used jQuery-Seat-Charts to make a layout and place reservation, the problem is that when it's in mobile I wanted it another way. On the desktop it looks like this: map: [ 'a[,4]a[,8]a[,12]a[,16]a[,20]a[,24]a[,28]a[,32]a[,36]a...
asked by 15.03.2018 / 11:22
1
answer

When loading site skips to the middle [closed]

Well this is my first question here, I created an account on stackoverflow just for this because I do not find the answer anywhere! I just renewed that link page hosted by hostinger in a free plan! When it is loaded it jumps to the end of t...
asked by 09.03.2018 / 21:58
1
answer

Problems Posting in a ViewModel to the Controller - Asp.Net Core 2 MVC

I have a ViewModel that I use to load data from a physical or legal person. It contains some properties like PeopleNature, among others, that I use to load my dropdownlists from my view. The problem is right between my view and my Create method...
asked by 09.03.2018 / 10:31
1
answer

get jquery autocomplete value for dynamic online calculation

I need to get the value returned from autocomplete to make a sum in a dynamic list of products, since it already calculates value and quantity and now I have to insert a new column "MEDIDA" and it is necessary to remove the letters and pi...
asked by 29.03.2018 / 23:11
1
answer

How to read the result of a JSON Array using Ionic 3?

I'm doing a GET to login, however I need to get the user ID for the session too: submit(){ var link = 'http://localhost:1337/usuario?email='+ this.usuario.email + '&senha='+ this.usuario.senha; var data = JSON.stringify({ email: t...
asked by 29.03.2018 / 18:47
1
answer

How to loop in jquery as soon as you load the page?

Save yourself! I have a drawing of an arrow, and I would like it to move down and up without stopping, from the moment someone uploaded the page. $(document).each(function() { $('#seta').animate({top: "100px"}, 1000 ), $('#seta').animate(...
asked by 29.03.2018 / 08:53
1
answer

How can I send a PHP variable on a page to another Javascript page using Ajax?

Hello, people, I would like to know how to send a php variable to another javascript document through Ajax. The PHP variable in question is this: $json = json_encode(simplexml_load_string($show)); Here it returns the value of a string, bu...
asked by 29.03.2018 / 20:10
1
answer

Unexpected token no import

You are giving the following syntax error in the typed.js plugin: Uncaught SyntaxError: Unexpected token { On these lines: import { initializer } from './initializer.js'; import { htmlParser } from './html-parser.js'; I do n...
asked by 07.03.2018 / 14:46