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...
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?
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...
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...
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...
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...
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...
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...
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,...