Questions tagged as 'jquery'

2
answers

Return ajax data with php

I am creating a modal in ajax where it will return the id and list the information in the modal the problem is that the php returns the "whole page" for ajax and gives me no error in the console, I already tried to use firebug <script>...
asked by 08.06.2015 / 19:59
1
answer

Problem with trigger button by id ajax

Well I'm here with a problem that is the following I have a lop while that shows me all users and in each has a follow button I'm doing via ajax when clicking on next change the text not to follow and the color of the button and this is w...
asked by 23.02.2015 / 19:08
1
answer

Jquery taking too long to execute

$(window).scroll(function () { if ($(this).scrollTop() > 0) { $('#header ul').animate({ width: 811, marginTop: 0 }, 200); $('#inicio-btn, #sobre-nos-btn, #sistemas-btn, #noticias-btn, #contato-btn, #usuario-btn').animate(...
asked by 05.02.2015 / 18:44
1
answer

Disable Jquery button in Chrome

I want the button to be disabled during the ajax request and the loading icon appears. I made the following script: $(document).ready(function(){ //Clicar no botão deletar selecionadas $('#deleteSelecionados').click( function () {...
asked by 02.02.2015 / 22:10
2
answers

Div div block proportional to itself

I need a div block that has size always proportional to itself, such as width: 100px; e height: 60px; if width is 200px , height is 120px , regardless of screen size, and it should have width: 100%; Preferably and if...
asked by 19.02.2015 / 00:27
1
answer

CSS interfering with element position while dragging

I have a script that allows you to click and drag an element across the screen and take you to the bottom of the page, which has an area that attracts the dragged element. At the top of the page is a div with CSS: width: 100%; height: 55px;...
asked by 30.01.2015 / 21:22
1
answer

How to work with the @Html.DropDownList?

Friends After following the example I made the adjustment in the code, I am not able to send the information to ActionResult @model ProjetoDelphiMobile.Models.cliente @{ ViewBag.Title = ""; } <script type="text/javascrip...
asked by 14.04.2015 / 22:17
1
answer

How to display data from an XML file in an input field with jquery?

I am having to develop a function that reads the information that in the fields of a file of type .xml in PHP and trying to return that information in the fields of a form. More so far I can only return the data in the form of an object and from...
asked by 22.04.2015 / 16:18
1
answer

Place checkbox in just two items - JSTREE

I would like to know how I can make the Child 1 and the Child 2 checkbox to be what I can check and uncheck? Note: But only these two we . Code JSFiddle     
asked by 14.04.2015 / 23:10
2
answers

Make IF to give SlideUp in an element

I have the following HTML: <div class="unidadesTotal"> <div class="unidades">tituloSYS</div> <div style="display:none" class="unidadesConteudo margin-top-25"> <div class="margin-left-10"> <sp...
asked by 01.12.2014 / 12:29