Example:
I have an array of blocks, each block has a process object that has a state attribute, which can be either free or busy. How do I make every free process point to the next free process even though processes are busy with each other?
...
Hello, I needed to pass the value from one to a parameter of a link, this to be sent via GET. I'm using the codeigniter framework.
Here's the code snippet I have:
<div class="col-xs-12 col-md-3 form-num-sala">
<div class="row"&...
Hello, I have following code:
function addUser(value){
var adduser = value;
var useremail = localStorage.getItem('email');
var userpassword = localStorage.getItem('password');
var acao = "adicionar";
$.post('http://localhost/app/searchplaye...
How to make the second trigger only run after the first trigger loads the html completely?
$('#element-one').trigger('click');
// aguardar o primeiro ecento (carrega um html via ajax)
$('#element-two').trigger('change'); // só deveria ser exe...
I have an object that can be updated from a drag-drop interaction with a grid-stack object ( link ). Depending on the update of the object (change of position) an attribute of it is modified. How can I capture the modifications of this specific...
I would like to know if it is possible to zip photos with php, for example: I select 300 photos and these 300 photos when clicking the button they will be zipped and sent in the email. is it possible to do this with php?
I have a question and I wish you could help me.
My case is the following I have a dynamic where according to the selected option it returns a JSON with the information of the Hotels Units.
What I need is to populate the JSON content in HTML a...
At first I want to apologize for the typical beginner question. But I'm all day trying to find in pixels the dimensions of a certain element of my page but I can not.
$(document).ready(function () {
$altura = $('#webcam').height();...