Questions tagged as 'html'

2
answers

Array declaration in javascript [duplicate]

When I define an object like this: Donotshowerror: ButwhenIdeclarethisobjecttobeanarray: Thisundefinedvariableerrorpopsup:     
asked by 03.01.2018 / 18:43
2
answers

Include menu on all pages

I made the menu of a system I'm doing in html and php, I wanted to insert this menu on all pages, but I wanted to change the active menu according to the open page, is it possible? My current menu is in html for now: <!DOCTYPE html PUBL...
asked by 09.01.2018 / 01:52
1
answer

How do I make this script work on my blogger

I want to make this javascript work on my blogger. his link is: link What do I do to make this system work on my blogger?     
asked by 09.01.2018 / 01:36
1
answer

Charts highcharts plot of dates which are the values valid for the month

I'm plotting a plot from which the date entry does not match the plot. Example when I enter the date information 10/12/2017 it plots (January 10, 2017) how to fix this? Loading is done through the database code used: <script type="...
asked by 30.12.2017 / 14:03
1
answer

Change border-color according to value of a jquery variable

I have a form and I want to change the color of the border-color to red if the user / email has already been registered in my database. I tried something like: <script> $(document).ready( function(){ $('#btn_escre...
asked by 07.01.2018 / 21:14
1
answer

Menu only appears on scroll up

Good afternoon, can someone give me an example of a script to make the menu of a certain website only appear when we scroll up? Here's my menu ul.menu{ list-style-type: none; margin: 0; padding: 0; background-color...
asked by 07.01.2018 / 20:23
2
answers

Problem with a class in css and html

Well I have a problem when I call the background in the body {} it appears as it is in img: ButwhenIusethesamecsscodeforadivorasectionitdoesnotappearanything.howtoimg: Wellthecsscodeinquestionisthis;.slidee{margin:0px;overflow:hidden;background...
asked by 26.12.2017 / 15:51
1
answer

How to close the menu by clicking the links

Good morning, for the mobile menu of my site, I made this model: Thesiteisonepage,andwhenIclickon"contacts", the page goes down, but the menu is still open ... How do I when to click on any menu item, the menu will be closed? I made the m...
asked by 26.12.2017 / 13:21
2
answers

Difficulty in the right images but they are diagonal

Here is my code: var myIndex1 = 0; var myIndex2 = 0; var myIndex3 = 0; carousel(); function carousel() { var i; var x1 = document.getElementsByClassName("mySlides1"); var x2 = document.getEl...
asked by 26.12.2017 / 13:10
4
answers

Force javascript file update without disabling cache

In a large-scale web application that develops, an upset occurs every time updates occur, because browsers, especially Google Chrome, cache JavaScript files and, sometimes, incompatibilities occur between the server code and the client code, l...
asked by 10.06.2015 / 02:49