Questions tagged as 'html'

1
answer

Errors when creating my website in html

I'm getting two errors with a .js at the time of creating my page. These .js are    public.common.js and    jquery-1.10.2.min.js In the public it is an error with "getAttribute" and in the jquery it is with the "autoco...
asked by 06.09.2018 / 20:44
0
answers

Graph functions

I was programming function graphs but I still have not resolved how to mark axis Y to axis X . I tried some frameworks like chart js canvas and I do not get results.     
asked by 05.09.2018 / 02:58
1
answer

CSS div sticks with div

I have a problem with a job I'm doing, I want to make figures based on DIVS the first line or you could call the top part of the figure I could make the problem is that when doing the part of down or the line that is below the first the divs of...
asked by 04.09.2018 / 02:16
1
answer

Color picker on Apple devices

Color Picker does not work for me on Apple devices, this is the html code <input type="color" class="btn btn-format btn-default attcolor btn-xs" value="#000000"> I do not understand since it works on all devices. In Google I d...
asked by 04.09.2018 / 02:03
1
answer

Django show a List in a Template

I'm creating a program that pings a host, in a list I'm storing the results of the ping and I want to publish the result in my template but it does not show me anything and I do not know what I'm doing wrong, I hope you can help me the code i...
asked by 11.09.2018 / 05:25
0
answers

How to adjust this button to align it well with the other objects in the list?

Does anyone know any property of html or css to make the adjustment well? ul, ol { list-style:none; } .nav > li { float:left; } .nav li a { background-color:#000; color:#fff; text-decoration:none;...
asked by 31.08.2018 / 22:14
2
answers

How to hide brb in a textarea

I'm doing a platform of streaming type YouNow , I've already done everything but I have a problem with the chat . I want to make a chat where the text goes up and do not leave that box, my only alternative is a textarea. but now m...
asked by 02.09.2018 / 01:47
0
answers

Send the id of a select (via a button) to an input tag using JavaScript

The thing is that I'm working with access to the roles and I had a question about the jQuery tags, the thing is that I'm listing a list with the names of the permissions already registered and I want to assign to the role a set of attributes of...
asked by 30.08.2018 / 04:49
0
answers

Read console.log entry in javascript

I am trying to capture the data entry through console.log without using node js. But jump the readline error is not defined. Some other method or where I have the error, I wanted to ask before asking but everywhere they use node I think that for...
asked by 10.09.2018 / 12:45
0
answers

Problems comparing data and traversing an array

Hello good afternoon I have a problem with an array where I bring some .wav files. This is my code that I have so far where I check that if the name of the file I have in the Database matches the name of the file I have in the array to later...
asked by 06.09.2018 / 17:28