livequery Questions
2
Solved
I'm trying to use Parse LiveQueries.
I use this Parse "Bootstrap": "https://github.com/parse-community/parse-server",
I can see the logs: info: Create new client: 1,
but I just do not get the upda...
Hypallage asked 30/5, 2017 at 23:32
2
Solved
I'm looking at old code. I'm seeing that for elements that get added with ajax, there's lots of livequery code. Is livequery not needed anymore with the newer versions of jquery? Does anyone know a...
Wondawonder asked 6/10, 2011 at 14:10
4
I need to check when an element is alive, I'm doing:
$('#obj').livequery(function() { ... });
How can I do it with live method or another way?
10
Solved
I have an application with a long list that changes frequently, and I need the items of that list to be draggable.
I've been using the jQuery UI draggable plugin, but it is slow to add to 400+ li...
Geraldgeralda asked 26/11, 2009 at 19:2
1
Solved
Is there the equivalent of the jQuery livequery plugin for jQuery 1.7+ ?
I'm trying to dynamically bind events, reading the events a DOM element should bind on based on data-* elements.
<a href=...
Graticule asked 26/5, 2012 at 22:51
1
Solved
My manifest.json contains
"content_scripts": [
{
"matches": ["http://www.facebook.com/*","https://www.facebook.com/*"],
"js": ["js/jquery-1.7.2.min.js", "js/jquery.livequery.min.js", "js/script...
Concur asked 19/5, 2012 at 16:57
4
Solved
I am listening to the change event of a select dropdown using jquery and the livequery plugin.
$(".myDropdown").livequery("change", function () {
});
one thing i noticed (i am using firefox) is ...
Pedaias asked 16/9, 2011 at 23:22
1
Solved
I've recently discovered that livequery plugin for jQuery may be quite wasteful, as it does not use event delegation but binds all bindable events and re-checks the whole DOM on each change
if any...
1
© 2022 - 2024 — McMap. All rights reserved.