Questions tagged as 'html'

3
answers

Access only via login and password, Inhibiting direct access via url

I made an access login system, but I would like the user to be required to log in with the login and password, thus inhibiting direct access via the url. Anyone can access the page via URL by entering the address. I would like to inhibit this...
asked by 23.06.2015 / 20:30
0
answers

Jquery plug-in drag and drop only once

Do you have a plugin that takes the "item" once and drops it elsewhere on the page but only once and also lets you remove it with a small X or something from the genre?     
asked by 05.07.2018 / 19:11
0
answers

Methodology Structure BEM (Block, Element, Modifier)

What is the correct structure according to the methodology BEM , I am reading the above documentation, though I am still in doubt, as follows: Example 1: <nav class="main-nav"> <ul class="main-menu"> <li class="m...
asked by 29.06.2018 / 19:07
0
answers

Anchor does not call reference section

I have a site page that is responsible for displaying the site's products. Think of it, you go to the page and have the category buttons, each time a category button is activated, the products in that section appear below. I've had a problem...
asked by 29.06.2018 / 19:44
0
answers

Post a file via URL through Ajax on a page with Input File

On a page that contains a button to send images to advertise, do you have to instead click on this button and select an image from my computer, send an image of a URL through Ajax? I'm trying to make a Userscript to integrate my virtual store...
asked by 29.06.2018 / 22:42
0
answers

Element animation when changing JSON (HTML + css + jquery)

I need to insert, delete and change the order of elements (div for example) with some basic animation effect when changing data from an updated JSON every x seconds via Ajax. From this point, I need the data to come from a JSON :: link I...
asked by 15.07.2018 / 02:04
1
answer

How to remove disabled from a button in different tables using ng-repeat in Javascript?

I have a question about the disabled. I have an array of pessoas that I want to include in an array of empresa . I use data-ng-repeat to display the pessoas in a table, where buttons are added to each row to be added in the...
asked by 15.07.2018 / 05:19
1
answer

HTML - Relative path of HTML does not find the files

I have a desktop application with a installer , so the file paths are dynamic , I use a webBrowser in the application to simulate a protocol with HTML, CSS and JS files to be lighter than generating via WinForms . The problem is that HTML i...
asked by 28.06.2018 / 15:18
0
answers

php does not save form data

<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>Login Test</title> <link rel="shortcut icon" href=""> <link rel="stylesheet" type="text/css" href="../css/style....
asked by 28.06.2018 / 19:18
0
answers

Animate Delay with jquery

I wanted to know how do I put a delay on image exchanges using jQuery. I did a test and it is not working, follow the code below. $(function() { $('a[href*=#]').on('click', function(e) { e.preventDefault(); $('html,...
asked by 06.07.2018 / 06:10