Questions tagged as 'load'

1
answer

this. $. id only returns undefined

I'm using Polymer 2.x, I'm trying to preload the page, I made a div with a load gif and I'm going to get it with setTimeout ... But in the script when I use the function $. load it returns undefined. Could anyone help me put display none in div?...
asked by 27.08.2018 / 18:34
1
answer

Python Load Serialization Files

Hello, I have been studying Python for some time and doing some programs to join with Arduino. My question is good practice in loading files. I want to make a program that interprets files. My idea was inspired by the logic of HTML, CSS an...
asked by 06.01.2017 / 14:56
0
answers

Pagination with GSON (ANDROID)

I need to make a load on the end of the list, I have 20 items, when I get to the end, I need 20 more. Currently my Fragment that loads the ads is as follows below. new AsyncHttpClient().get(Constantes.URL_WS_BASE + "anuncio/list", n...
asked by 16.06.2017 / 05:27
0
answers

Wordpress / PHP / Ajax Load More does not show posts in Windows

I have a Timeline page on my site and use the Ajax Load More plugin to use the infinite scroll. It's working perfectly on the local server when I test it on Ubuntu and on Mobile devices, but when I test on any device that uses Windows no posts a...
asked by 05.04.2017 / 19:53
2
answers

Upload content from another file with jquery

I would like to know how to load the code from another html or php file using the $(".div").load("html.html"); The error here would be: It loads the code perfectly, but I have a button in that HTML, the button appears right but then...
asked by 13.11.2016 / 20:31
1
answer

Get the last id generated in the insert with jquery and redirect to another page

Hello, I'm having trouble getting the generated php id with jquery, so I can send this id to another page, follow the code: queryInsert.php $assunto = $_POST['assunto']; $msg = $_POST['msg']; $query = $db_con->prepare("INSERT IN...
asked by 14.02.2017 / 12:56
2
answers

Select class from load

I have a page that loads by load from jQuery as shown below: <div id="result"></div> <script> $('#result').load('listar.php'); </script> On this page listar.php I have a list of data coming from the...
asked by 09.09.2017 / 04:25
1
answer

Check if an input was loaded with jQuery

I need to check if an input text was loaded on the page and check if it is populated, how can I do that? I've tried $ ('input') on ('load') but it does not work, and the way the script is done I can not make a $ (document) .ready. Who knows a so...
asked by 07.09.2016 / 20:48
1
answer

When to use the constructor when using load

Good evening, how are you? I have a question, when to use the constructor and when to use the load of a form to call some method or etc. Example: public partial class Manutenção_cliente : DevExpress.XtraEditors.XtraForm { consulta_bd co...
asked by 20.07.2016 / 02:17
1
answer

.on load - does not work JQUERY

Seriously, I could not understand. I used to always use the jquery load function like this: $('#db0077').load('/inc/aula.php', function(){ alert('dentro do load'); }); Now this function is deprecated. So I saw that I have to...
asked by 01.12.2018 / 19:38