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'm having trouble displaying a dialog window on the screen.
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.c...
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'm having problems with scroll-top . The implemented function should take the input that was with focus it takes it to the top with scroll-top , but it works satisfactorily only for the first clicks at the top of the p...
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...
How to create a link using the CakePHP conventions inside JQuery?
I'm trying like this but I still can not get it to work.
$(document).ready(function() {
$('#dataTables-example').DataTable({
"processing": true,
"serverSi...
I have the following input:
Clickingthechangeanewinputbuttonappears: Whenyouclickthisremovebutton,thefirstinputreappears,onlythebuttonbreaksthelineandlookslikethis: Hereisthescriptbehind:<script>$(document).ready(function(){$("#edita,#...
I have to catch a click event on a radio button and pass its value on a PHP variable so I can do a value calculation, I did not have much success, follow my code.
function Tipo_Frete() {
var frete = $("input[name='tipo_frete']:che...
I'm using Owl Carousel on a landing page. I added some thumbnails, and I used the URLhashListener to associate the thumbnails with the respective image, but the link is opening the wrong image. It looks like the script is calculating the wrong v...
I'm using Owl Carousel in the large image, the thumbnails on the left side should work as controler too, but I'm not sure how to get the 'change image' event from the slide. How can I do this?