Questions tagged as 'jquery'

0
answers

$ (window) .height () returns value equal to $ (document) .height ()

I have a very annoying problem. I'm trying to get the "scrollBottom" page, using: $(document).height() - ( $(this).scrollTop() + $(window).height() ) I then made a "tabelinha" to display the data on the screen, and tested on other websit...
asked by 04.03.2015 / 02:06
1
answer

Javafx - button-click event, inside a table, does not work

I'm in a JavaFX project where I needed to autocomplete an input. We have some plugins that can be used, but the autocomplete was so simple that we'd rather do it by hand. Here's p HTML: <div class="input-group"> <input type="...
asked by 07.10.2015 / 21:43
1
answer

Manipulate an iframe through another iframe

Hello, I have a question and I would like to ask your help. Well, I'll try to explain more or less the problem (the names I'm going to quote is just for example). Imagine that I have a file called "main.php", hence within this file there are two...
asked by 13.03.2015 / 23:04
2
answers

Load checkbox from select

Good morning! I have the following select: <select name="category" class="form-control" id="categorias"> <option value="">Escolha uma categoria</option> <optgroup label="Vehicle"...
asked by 02.03.2015 / 17:08
0
answers

Jquery Cycle 2 - How to make a summary of the page?

How can I summarize the pagination of cycle2 for other paging items to appear according to user needs and also fit into a particular container?     
asked by 02.03.2015 / 15:37
0
answers

$ .ajax - POST ... 500 (Internal Server Error) [closed]

I am sending a request to a URL by the function $.ajax() and need to return one of the parameters ( was, error, nothing ). In localhost is working correctly, I put it on the server and it returns POST link 500 (Internal Server Error)...
asked by 26.02.2015 / 16:57
0
answers

Bring older results with Long Polling

I'm creating a system and I want it to bring all the results already stored in the database, but it only returns the recorded data from the moment I refresh the page, for example if I enter 10 records in the database, the 10 will appear the mome...
asked by 23.02.2015 / 18:31
0
answers

Zoom clamp with photoswipe

Hello, I'm using a template that I bought on a website but I'm having a hard time implementing Pinch Zoom on it ... Basically it is the following: I have a gallery <ul class="gallery" id="Gallery"> <li><a h...
asked by 19.05.2015 / 16:31
4
answers

How to make Ajax requests, with Jquery, in different domains?

Is it possible to perform a POST-type request to a url that is not part of the domain of our application? $.ajax({ type: "POST", url: "http://www.dominioexterno.com.br/acao/", data: { var1: $('#input1').val(), var2:...
asked by 09.04.2014 / 15:09
0
answers

Error with AjaxSubmit

When doing .ajaxSubmit() of a form with a input type="file" I always get the error:    Uncaught TypeError: jQuery (...). data (...) is not a function Form: @using (Html.BeginForm("guardarDocComprovaticoProdOSCli", "OrdemSe...
asked by 23.04.2015 / 18:08