Questions tagged as 'html5'

3
answers

Scroll on the page adds the class "ACTIVE" to the menu

Hello, I'm having a hard time getting jquery to add an active class to the menu that is fixed at the top. Anyone who wants to see the site to understand better follows the link. Sapphire Site I want the class to be added when I scr...
asked by 28.05.2014 / 23:45
1
answer

How to return data from a json file in a growing way, different from the root of the objects? [closed]

I want to return data from a json file, however I want them to be printed on the page from the bottom up, ie the most recent data, which by default of the root are written from top to bottom in json, always appear at the top of the page, as a ne...
asked by 28.11.2018 / 17:18
2
answers

Responsive logo that works on all browsers using CSS3 and Bootstrap

I want when I minimize the window the logo of my site follow without distorting, such as when testing a site on a mobile phone or tablet, ie the image is responsive to the content, but this only happens to me in internet explorer, in the chrome...
asked by 29.07.2014 / 18:12
3
answers

PHP / JS - How to display an alert () with the value of $ _SESSION

Good evening guys! I needed help with the alert (); , I want to display on the index.html page, a alert (); showing that the data was inserted correctly, reading some posts in the forum, gave the idea of the index.php (where it is proces...
asked by 21.12.2018 / 23:49
1
answer

How to copy class values to another class in Javascript?

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Protipo Software de Evento</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <script src="https://ajax...
asked by 03.12.2018 / 02:11
1
answer

Toggle bootstrap menu is not expanding

My menu with toggle-icon, being used just like the bootstrap4 sample documentation does not just expand. I tried this solution but did not change anything . Currently the code looks like this: <!DOCTYPE html> {% load staticfiles %}...
asked by 02.12.2018 / 23:11
1
answer

How to show a vector without going to another page

Well I'm doing a page that makes sweepstakes, I already managed to do half the work, but when I show the result of the vector it goes to another page, I wanted to know how to be able to show what's in the vector on the same page. My html &...
asked by 27.10.2018 / 15:07
1
answer

Doubt with logic to select div

I have the following problem, when I click on a div it should be with the background-color black and the color of the background color, it is working normally, but only when you click on a div just once, in the second click the div that is c...
asked by 28.10.2018 / 15:20
1
answer

How to control the size of the image in a bootstrap carousel?

HTML <!--Carousel--> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" clas...
asked by 18.10.2018 / 19:04
1
answer

How to fix an HTML table without resizing

I have an event calendar where the user clicks on a date and opens a modal to do the registration. Butwhenascheduleisincluded,itlookslikethis: Notethaton03,despitehavinglimitedthecharacterswithsubstr()inPHPandplacedwidth:50px,itpushedtoanoth...
asked by 13.10.2018 / 16:52