Questions tagged as 'html'

0
answers

Combination of real-time graphs

I'm trying a combination of graphics and would like to use area and line , but I can not. I'm taking the example of fusioncharts . It runs in real time . I tried to do this and nothing: "dataset": [ {...
asked by 23.04.2018 / 15:50
0
answers

Bootstrap 4 - You must double click to open a dropdown

I'm implementing an application in asp.net using Bootstrap 4. The problem I came across is that when placing a dropdown inside a navbar, it takes two clicks to show it. I am using the example of the official bootstrap documentation....
asked by 25.04.2018 / 02:14
0
answers

Blank pages - wamp server

Hello! Before yesterday my Wamp Server started giving a strange bug in which all the pages of the project, including phpmyadmin, went blank. No error, only white. What I tried to see if it resolved: restart services; restart the pc; dele...
asked by 28.04.2018 / 19:12
1
answer

Link with ajax result does not accept click

I have the following status with ajax call: $(document).ready(function() { $(".atualizarAjax").click(function(){ var id = $(this).attr("data-id"); $.ajax({ type: 'GET', url: "<?= HOME ?>/a...
asked by 28.04.2018 / 20:02
0
answers

How to put div back and content on top

So, can someone kind of explain me how this works? type has a div back where the image is, and on top is the content of the site itself ...    Video of how it is: link     
asked by 28.04.2018 / 18:54
3
answers

What is the purpose of alt in an img / tag?

Studying about HTML5 I came across the alt property being used in the <img /> tag. Example: <img src="https://s-media-cache-ak0.pinimg.com/736x/9e/fd/27/9efd27afef4e8127923fbce92b8c967d--minions-minions-funny-minio...
asked by 11.11.2016 / 11:32
0
answers

Ngx-Charts - XAxisTicksComponent.html: this.adjustedScale is not a function

I'm developing an application in Angular 5, where I make use of Ngx Charts. When I run the application, it gives me this error in the browser console: ERROR TypeError: this.adjustedScale is not a function at XAxisTicksComponent../src/common/ax...
asked by 19.04.2018 / 17:38
3
answers

JSON: Inserting an element in a given index (or key)

var fields = [ { "Category": "Computers", "Price": "125.60", "Book ID": "1", "Book Name": "Computer Architecture" }, { "Book ID": "2", "Category": "Programming", "Price": "56.00"...
asked by 19.04.2018 / 19:48
2
answers

Get JavaScript content

I need to make some changes to a web page. I'm creating an HTML form with JavaScript and need help in the following case: My form has a field where the user types the ID of a SPOJ-WWW contest, after typing the ID the page should make a get...
asked by 19.04.2018 / 15:13
1
answer

Onesignal Web Push

I'm trying to use Onesginal Web but it does not work, the icon below appears but does nothing. It's all set up on the "onesignal" site Onesignal is making a call, I believe that I should be in trouble. This is passing in the undefined url....
asked by 19.04.2018 / 04:12