Questions tagged as 'jquery'

2
answers

Problem with animation in select

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...
asked by 18.02.2016 / 14:49
1
answer

Jquery Dialog is not shown

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...
asked by 18.12.2015 / 14:57
1
answer

Retrieve ajax response value

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...
asked by 19.01.2016 / 11:23
1
answer

Problems with SCROLLTOP

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...
asked by 15.01.2016 / 18:50
1
answer

Block events with jquery

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...
asked by 13.11.2015 / 17:44
1
answer

Create link with cakephp inside jquery?

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...
asked by 11.10.2015 / 15:43
1
answer

Desalinating button after exchanging css with Jquery

I have the following input: Clickingthechangeanewinputbuttonappears: Whenyouclickthisremovebutton,thefirstinputreappears,onlythebuttonbreaksthelineandlookslikethis: Hereisthescriptbehind:<script>$(document).ready(function(){$("#edita,#...
asked by 10.12.2015 / 17:57
1
answer

Get radio button value via jQuery and set in PHP

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...
asked by 09.10.2015 / 16:40
1
answer

URLhashListener picking the wrong item (Owl Carousel)

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...
asked by 07.10.2015 / 21:58
1
answer

How to catch Owl Carousel event

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?     
asked by 06.10.2015 / 16:10