Questions tagged as 'jquery'

0
answers

Serialize does not load after request Ajax

I have a query that brings the result of the database to a table that each line of the result has the option to edit, until there the query and executed normal, after clicking on edit it loads the function SELECIONA_EDITAR_DOCUMENTO , whic...
asked by 29.12.2016 / 13:33
1
answer

PhantomJs ignoring style no header

I am capturing the position of some elements in the DOM of an html but the PhantomJs is ignoring the padding applied via css. After doing the page.evaluate I capture the top / left: var res = page.evaluate(function () {...
asked by 29.12.2016 / 15:28
0
answers

Convert and edit images with jquery and php

I have a grid doubt that I can not find on the internet or in video lessons. I need a class to upload image, what I need is: When the person chooses the image, it will open a box where the person will have to select a part of the image to be...
asked by 28.12.2016 / 22:53
0
answers

Ajax does not receive data in json [closed]

Personal I've created a function with Ajax that should return the posts that are in the database. Ajax requests a PHP script that it responds with a JSON but I get the following message in the browser console    Synchronous XMLHttpRequest sho...
asked by 28.12.2016 / 22:33
1
answer

Add an array inside another

Hello, I researched how to add an array inside the other but the result was not quite what I expected. I have the following code: else if ($_GET['type'] == "listaJogos") { //echo 'Tipo de operação: ' . $_GET['type'] . '<br>'; $campeonat...
asked by 26.12.2016 / 17:23
4
answers

Include another HTML file in an HTML file

Scenario: I'm setting up a layout, which will be used by third parties and I do not know what language will be used. I have two divs, one will be the left menu and the other the content. They are separated by a Splitter , my questions are:...
asked by 11.04.2014 / 21:33
0
answers

Slide switched using Jquery

I have 3 links with 3 content associated with them, when I click on one of the links div with the corresponding content is displayed. If another non-matching% of% is already displayed, it closes and the correct one is opened, however,...
asked by 10.02.2017 / 21:17
2
answers

How to validate fixed and mobile phone number jQuery Validator?

I need a cell phone and landline validation method with the jQuery Validator plug-in. Differentiation of fixed-to-mobile numbers is important in order to validate the sending of SMS.     
asked by 07.05.2014 / 22:29
0
answers

Skip field when selecting ajax result

I have a div that has an "input" that returns the query results via ajax. I need that when selecting one of the results of the user, automatically jump to the next field or give an enter also jump to the next field. But these divs are inside a "...
asked by 07.01.2017 / 17:49
1
answer

jQuery counting automatically the ID's

So, I've got a scheme here like the FAQ that the site administrator who registers the Faqs. Each new registered question generates two new divs: <div>Pergunta1</div> <div>Resposta1</div> So I use a Jquery to do the t...
asked by 08.01.2017 / 16:50