Galera I put together an input system similar to android, the problem and I'm not able to do the same animation in the select.
Could anyone help me?
Follow the code:
Running jsfiddle code
NOTE: I want to leave the select animation...
I built an app to receive data from an arduino-connected sensor over the internet using an ethernet shield. For that I got the result of the page and separated only the measure of the sensor in android.
I was able to get the result of the pag...
I have a service that registers on a system (from the code below)
var userstocreate = [
{
username: '' + usuario + '',
password: 'E@d123456',
firstname: '' + primeiro +'',
lastname: '' + lastname + '',
emai...
I've been scouring the jquery documentation for some time looking for a function with the following behavior
Suppose we have two buttons on the screen each with a different click event:
<button>Effetc1</button>
<button>Eff...
I need you to ask me a question, I created a page and put the menu in PHP. Following data:
menu.php
<div class="col-md-9 text-left float-left collapse-navation">
<div class="navbar-collapse collapse navbar-inverse no-transition...
I would like to know if there is a way to allow a function to be called only after a few seconds. Example I have a function that emits sound when a new message comes up and it calls, but when I restart the page the function is called start logo,...
Hello, I'm trying to call an html file from another html that I created by ionic, but it just does not call.
<label class="item item-input">
<a class="button button-clear icon-right ion-chevron-right a href="tab-servicos-categori...
I wanted to change the position of elements of a page formed in bootstrap
As I present in the following images as I resized the page the [EN] [PT] [ES] buttons change positions and I believe it is through @media in css.
My problem is w...