I need to sort alphabetically a div , I use the following strategy, I put in a div with display: none all li, so after inserting all in html , I while to while it has li in that div it will check wh...
I'm trying to change the value of an attribute but apparently nothing changes, see the example used:
console.log(document.getElementById("stars").offsetTop); // me retorna 83
document.getElementById("stars").offsetTop = 10;
console.log(documen...
My question is:
How do I integrate the messages in Jquery.Validator () with the modal windows of the SmartNotification.js plugin? I would like, when inputs to enter roles of JQuery validators , a message is displayed via SmartNotificatio...
Hello
Personally, I have a problem with the anchor HTML inside a website.
The anchor works normally when running on content visible on the site.
The problem is that I would like to anchor a content within a "Tab" of the bootstrap.
Fo...
I have an Swift App that consumes data from an API, in swift I had to enable it in info.plist adding:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict&g...
My html looks like this:
<a href="#modal" data-toggle="modal" data-id="login">logar</a>
I need a php or javascript that makes a post or an onclick that sends the value "data-id = 'login'" to a get inside the modal ..... in the m...
link
I'm having trouble ordering an observableArray of knockoutjs, every time I have to sort the list it gives a revese () effect.
Who does this problem solve?
I'm using vb.net and asp.net with forms and need to add an event that when clicking the select a file to attach button, when I select the file it automatically saves, without having to have another button to give the submit...
I'm creating a module, but when I'm going to use it, I get an empty object in require ()
Codes below:
dev / index.js
module.exports = () => {
'use strict';
const names = require('./names.js'),
findSuperman = require('./f...
Does anyone know how to make a call to a REST service inside the beforeSendData event, below my code (not functional):
My goal is to execute a call on a REST service from the fluig itself in order to get the detail of a request (process insta...