Questions tagged as 'html5'

1
answer

About Local Storage [closed]

Good evening! I'm doing a job for college that is an online store. Well, I was not able to get the buy button to send to the shopping cart page until a friend told me about Local Storage, the problem is that I've never seen anything about it, ca...
asked by 26.05.2017 / 05:36
1
answer

Bootstrap-Notification does not open when clicking the bell

I use " Bootstrap Notification " here . I just want to show a dropdown type when I click on the notification. An example below: Butthefollowingcodehappensnothing.Justshowme.<divclass="row nav1"> <nav class="navbar navbar-inverse"...
asked by 28.05.2017 / 21:13
1
answer

Website with animation [closed]

I started studying web now and would like to know which languages are used to make a website with animations like these: link link Thank you!     
asked by 13.01.2017 / 10:52
1
answer

Django, retrieve selected value on page

Good evening! I created a view where I retrieve the sellers and created a variable (sales_id) to receive the selected salesperson on the screen. The html is being created correctly, but the variable in the view does not receive value in POST:...
asked by 09.03.2017 / 03:47
1
answer

I'm starting with html5 [closed]

You know of some sites or some subjects about html5 to study, I'm starting now in this area and I want to have a more advanced knowledge in html5 to then go to a programming language.     
asked by 13.03.2017 / 16:07
1
answer

How to keep value in html5 even if changing in F12 mode?

Follow the code: Html5: <button id="btnSave" data-id="1">Save Click</button> JS: $(document).ready(function() { $("#btnSave").click(function(e) { AlertSave($(this).data("id")); }); }); function Ale...
asked by 16.03.2017 / 20:04
1
answer

POST problem using JQuery

I'm studying JQuery and I'm having a problem with giving POST to an API that I have. Follow my html : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Co...
asked by 15.03.2017 / 01:59
1
answer

Change content by hovering the mouse on a div

I need to make when hovering on a div it changes the content on the side theimageexplainswellhowtheprocessshouldbedonewhenhoveringoverthedivshouldchangethetextsonthesidewouldliketoknowifitispossibletodothiswithhoverfollowmycode:<divcl...
asked by 14.02.2017 / 17:52
1
answer

How to exit a SPA (Single Page Application) from AngularJs

I have following code: var app = angular.module("appSystem", ['ngRoute']); app.config(function ($routeProvider, $locationProvider) { $routeProvider .when("/teste", {templateUrl: './view/teste.html', controller: 'testeController'})...
asked by 03.11.2016 / 21:44
1
answer

Enable Hover by javascript

Hello everyone, it's the following: I've created an html that contains an image, a text and a button; The image has a transition that makes the image rise to some extent; Text has an opacity when I hover over it; What I need is that w...
asked by 14.11.2016 / 17:44