The livequery tag has no wiki summary.
1
vote
4answers
186 views
jQuery using .on and .validate must submit form twice to validate
I am loading a form via ajax and usind the new .on() to load the jQuery validate plugin is not loaded before I press the submit a second time. I understand why I think. The on() function loads the ...
0
votes
1answer
29 views
Activate keyup within an input while typing jQuery
I have a text input using .keyup to active a .livequery on an ajax load. The problem is, the user has to click outside of the box to active the keyup function. Is it possible to simulate a keyup ...
1
vote
1answer
47 views
Updating livequery table sorting code to .on
I am in the process of updating my site to jQuery 1.7 with plans to update to the latest version as a phase 2. Below is my existing livequery code that I need to update to .on() in order to maintain ...
0
votes
1answer
34 views
Draggable not disabling when I tell it to
JS:
function handDrag(dragHand)
{
if(dragHand ==true)
{
//live query to auto bind the drag function to all elements of the cardsHand class even auto generated ones
...
0
votes
4answers
38 views
jQuery run functiont on element loaded via AJAX
I have a project that is loading in replies to a post through a js function:
$('div.discussion_content').each( function() {
discussion.loadDiscussion($(this));
});
It manages to work great on ...
0
votes
0answers
59 views
livequery/PHP buttons calling functions [closed]
Ok so here is the problem. I have an event page and it has an Attend or Discard button on the page. I have gotten the Attend button to work as I would like but I cant figure out how to incorporate a ...
0
votes
1answer
78 views
fadeIn response using livequery, automated ajax calls with setInterval not fading in
Alright, gents, here's the problem. I am working on doing an auto update (using ajax) on my website to load any new comments that may have been posted since the dom load. The script works fine as in ...
0
votes
2answers
121 views
JQuery getScript with livequery - asynchronous execution throwing off my results
We had a "utility" js function that was included in several js files in our site, so to reduce code repetition we moved it to a utilities file and modified all the js files to load it before using it ...
0
votes
0answers
105 views
Livequery is not working in chrome extension
The problem is that I want to run a JQuery script live so with content generated with JavaScript. If I refresh a site then it is working, but if I click on load more comments, for example, then there ...
1
vote
1answer
188 views
Remove child div when parent is selected again
I am using an n level selection chain using
99 points website tutorial,
but when I try to reselect parent node, the corresponding child div isn't reset.
I have searched all over StackOverflow and ...
0
votes
0answers
93 views
How could i use livequery in google chrome extension
So i am new to this whole thing. I would like to use somehow a jquery plugin, livequery in my extension. How could i achieve this?
I have tried to load it like this in the manifest.
"js": [ ...
1
vote
3answers
619 views
jQuery 1.8.1 - live, livequery, on + change not working
My code is:
jQuery('#s_valor').on('change', function () {
alert('Help mee!!');
});
The '#s_valor' is loaded (jQuery.load), and this works on Opera, but not on Firefox 15. I'm using Ubuntu and ...
0
votes
1answer
75 views
jQuery how to translate livequery to on?
I have this code which works however it is using a old legacy function "livequery" which should really be switched to using "on". However for the life of me I can't get this to work.
Here is my code ...
0
votes
1answer
49 views
javascript event update
My ui-autocomplete should send ajax request to different path's.
My script changes this path on change select event. But event do not updates and sends request to old url.
I tried live(), on(), ...
3
votes
2answers
528 views
Triggering event when element added to DOM: JQuery Livequery Equivalent in 1.7
I want to trigger an event when a specific element appears on a page (I don't control the source page - this isa Chrome extension)
I have read the docs about JQuery 1.7's on() method. However it ...
1
vote
1answer
427 views
jquery/livequery not working in this particular case
Using jquery, all of my other livequery functions work fine, i am getting an error for this particular one...
$("[class*='welcome']").livequery("click", function(e){ etc.......
The error is:
...
3
votes
1answer
3k views
jQuery livequery plug equivalent in jQuery 1.7+
Is there the equivalent of the jQuery livequery plugin for jQuery 1.7+ ?
Im trying to dynamically bind events, reading the events a DOM element should bind on based on data-* elements.
<a ...
2
votes
1answer
2k views
chrome.tabs.create is giving an error - “Uncaught TypeError: Cannot call method 'create' of undefined”
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", ...
0
votes
0answers
152 views
Slidetoggle a div after all dynamic data removed from it, jquery
I have an application where the users add keywords to a div. They have the ability to add/remove keywords as long as they want. When they add the first keyword a div uses slideToggle to open the div ...
1
vote
2answers
175 views
livequery not working in ie
hello friends i am working on a like module .and having some difficulties running it on ie . in all other browsers its running fine . the prob is when i click on like button nothing happens in ie . ...
0
votes
2answers
429 views
Run jCarouselLite again, after an AJAX request
I am using jCarouselLite to show a post scroller, which loads posts from a specific category. But, I want to be able to switch the category via AJAX.
So, I load up everything in a div, and then run:
...
0
votes
2answers
968 views
Fancybox not working on Ajax site after PHP call and DOM repopulates with HTML
Im building a simple ajax website that loads #pageContent through a php call that populates the DOM with HTML. I'm using Fancybox for links within the #pageContent. Problem is on the home page the ...
0
votes
3answers
920 views
Change CSS live based on page width
I am trying to add certain styles to the page based on the current page width. I want this to function live. For example, when viewing on a iPhone and rotating the screen while viewing an already ...
1
vote
2answers
295 views
SqlDependency (change notifications) in Compact Edition?
I guess the answer is no, but I'm asking anyway: SQL Server 2005 and later supports the implementation of live views on queries through the service broker mechanism. The .NET class SqlDependency uses ...
0
votes
1answer
54 views
Click event firing anywhere on the document,
The code :
$(".postAnswer").livequery("click", function (event) {
appendControl($(this));
event.preventDefault();
});
This code block is inside the document.ready function. What I am ...
1
vote
0answers
75 views
Access to updated DOM objects within an anonymous function passed to LiveQuery
I have 2 input text form fields, and I would like to use Live Query and the values of both fields to GET a particular URI via AJAX. Here's an example of what I'm trying to do:
...
1
vote
1answer
114 views
Cfwindow preventing livequery from working?
I'm using livequery on document.ready to apply certain functionality and styling to all elements with a specific class. I want it to apply to all elements that will ever show up, so I'm using ...
2
votes
1answer
513 views
converting livequery to live/delegate/?
Searching hasn't revealed a solution to my question so asking here. I've been using livequery() for a while now in combination with live(). Generally, I use live() for known events like click but ...
1
vote
0answers
206 views
livequery not working in IE8
$('.DrpDwn option').livequery(function () {
$(this).each(function () {
$(this).addClass("DrpDwnItm");
});
});
$(function () {
// updates ...
5
votes
1answer
804 views
Is livequery deprecated
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 ...
7
votes
4answers
2k views
why doesn't the jquery change event fire when i use the up or down arrows on a select?
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 ...
0
votes
3answers
295 views
using jquery, if i need to capture dropdown change event, do i need livequery plugin?
I want to have some code run when i change the selection of a dropdown. i see the livequery plugin states that this is needed to support as some browsers don't do it out of the box
Do I really need ...
2
votes
2answers
284 views
jQuery Live Doesn't Update Attributes Dom
I have a problem about getting title attribute..
$('.copy_button').livequery(function(event){
$(this).zclip({
path:'http://togl.me/tema/flash/ZeroClipboard.swf',
copy: ...
0
votes
0answers
244 views
Jquery.ui, expand.js and livequery: how to bind an event when a tab is created?
I'm using jquery.ui to create tabs dynamically. Moreover, each tab has some expandable content so I want to bind the proper event when each tab is created.
I'm doing this using the code above.
...
0
votes
2answers
159 views
Issues with multiple filters in livequery
I have a selector to which I apply the plugin selectmenu. Works fine however I want to use livequery to deal with hidden elements (if an element is hidden when selectmenu is applied it butchers it).
...
5
votes
2answers
952 views
Alternative to jQuery livequery plugin?
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?
0
votes
2answers
241 views
Request is sent twice to the server
I am using the live query plugin of jQuery to attach dynamic behavior to form elements and create ajax forms. The problem i am facing is as follows:
in the response to submit if I do not call ...
0
votes
1answer
537 views
Jquery Slimbox and AJAX Image Swapping Issue
First I'll mention that I have browsed through countless questions and answers, many of which would logically seem to work.
I am having an issue with slimbox and AJAX. I am performing a simple image ...
2
votes
1answer
277 views
jquery.timeago plugin: Won't refresh fuzzy timestamps after new content is loaded
I'm using this plugin https://github.com/rmm5t/jquery-timeago/blob/master/jquery.timeago.js
When I load new content to the Dom, the auto-refresh (of previous content) of the timestamps sstops working ...
1
vote
2answers
572 views
Livequery and each()
i have an .each() loop doing something on all matching elements. but i also have a way to add those elements.... i'm trying to get livequery to realize that a new element has been added and run it ...
0
votes
3answers
55 views
function inadvertently executed when using .live in jQuery
I'm trying to bind a click event handler to some elements that are being created dynamically.
But the function already gets executed on simply loading the page.
I also tried the livequery plugin and ...
0
votes
1answer
284 views
Alternate For livequery to attach events for paginated grids
I am using livequery for my project for attaching events in links in table/grid. The grid is paginated ajax calls.
The confirmable link shows up a dialog when clicked. This click event is attached to ...
0
votes
2answers
352 views
livequery doesn't bind after a DOM insertion
I don't understand why livequery doesn't bind the event, but I have to use .click
This is just an example, which might also use the .click(), but in the real code I'm forced to use livequery.
Does ...
0
votes
1answer
1k views
problem with jquery live submit
I am trying to bind the submit function to a number of forms in my page, but the problem is they still keep submitting the form!
I tried these:
...
1
vote
1answer
924 views
Jquery tools (accordion / tabs) + LiveQuery
I am using jquery tools + livequery. I have a horizontal accordion with 4 elements. On initial page load they are created by a PHP-script, so the accordion works great - first tab opens, and ...
1
vote
0answers
175 views
Livequery doesn't find element in a first look
I have a button that is generated dynamically and I want to get the click event in this button.
So, I coded this:
$(document).ready(function(){
...
1
vote
0answers
96 views
Why is my livequery attached function firing for everything on the page?
I have a mouseover function and opposite mouseout function attached to images on my page to bring up a larger version when they're hovered over. The functions are attached to the image elements via ...
0
votes
1answer
111 views
livequery behaving strangely for dynamically added elements
When I use the following, I see all divs static and dynamic one by one including the dynamically added div #xyz
jQuery('div').livequery(function() { alert($(this).attr("id") + " div added") })
but ...
1
vote
2answers
482 views
Doing something after jquery updates the DOM (AJAX request)
I have some livequery handlers which update the page content. I'd like to display the content only after they have fired (to prevent users seeing for a while the unchanged version). The content is ...
1
vote
1answer
207 views
How can I make this jquery function more terse?
I have this code in a common javascript file in my asp.net project.
jQuery-Lint returns "You've used the same selector more than once" whenever I mouse over one of the buttons that was affected by ...


