Questions tagged as 'jquery'

0
answers

Page redirect with JS and PHP inconsistent

I'm trying to redirect to a page using window.location.replace (). However, sometimes the page does not redirect. At first I thought the error was loading a google font, but even removing it, the problem persisted. JS / jQuery code $('#butt...
asked by 14.07.2017 / 14:26
1
answer

each of jquery does not find "TR" dynamically added table

Hello, I have a table where the first TR of it is fixed containing some inputs to search Assunto | Data | Categoria input1 | input2 | input3 item1 | item 1 | item 1 Where this item 1 is dynamically added according to the input search r...
asked by 07.07.2017 / 04:40
0
answers

Json in format without quotes

Hello, I'm consuming data from a webservice where I generate a json by PHP's json_encode. require_once('../lib/nusoap.php'); $client = new nusoap_client('http://dominio.com.br/webservice/ws?wsdl', true); $result = $client->cal...
asked by 07.07.2017 / 03:25
0
answers

I have a MVC system I need to make a request in ajax to display content on demand, I can not do it for data_url

(function($){ $.fn.loaddata = function(options) {// Settings var settings = $.extend({ loading_gif_url : "https://zippy.gfycat.com/ImpoliteLivelyGenet.gif", //url to loading gif end_record_text : 'Não existe mais conteudo!', //no...
asked by 01.08.2017 / 04:17
1
answer

DataTables - Export to Excel

I have a table that, once loaded, each line has a show detail button (+ icon) as shown in the image below: Clickingthisbuttonopensanewtablebelowthatcanberetrievedlater.TheproblemiswhenexportingtoExcel.Thetableisallunconfigured,likethis: This...
asked by 30.06.2017 / 19:13
4
answers

Adding 3 inputs

I have an input that is mandatory with currency mask but the user can enter 2 more inputs. I am not able to do this calculation, especially when the 3 value inputs are not used. The input values only appear if the user selects something in th...
asked by 30.06.2017 / 20:17
0
answers

Search Value Input Jquery

I have the following field on the "index.php" page: <input type="hidden" id="exemplo" value="<?php $varExemplo; ?>"> I would like to get the value of this field on another page using jQuery. var exemploIndex = $("#exemplo").va...
asked by 01.07.2017 / 01:48
1
answer

how to force one dialog box to stay above the other?

I have 1 dialog box that calls a 2, but this 2 needs to be above 1 how do I force it via javascript? or any other way, less z-index than tried and is not going.     
asked by 06.07.2017 / 14:37
1
answer

Problem with accent and special characters leave autocomplete in boldface

I have this script that does a search using Jquery autocomplete. $( function($) { $.ui.autocomplete.prototype._renderItem = function (ul, item) { var t = String(item.value).replace( new RegExp(this.term, "gi"...
asked by 28.06.2017 / 13:59
0
answers

Create persistence of categories and subcategories with jquery

Now I have a persistence problem in the select field of categories and subcategories that I did with jquery with the help of a video, since I'm not very good with jquery. I have the following jquery script: <script type="text/javascript"...
asked by 13.07.2017 / 05:07