Top "Livequery" questions

Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.

jQuery Drag And Drop Using Live Events

I have an application with a long list that changes frequently, and I need the items of that list to …

jquery jquery-ui drag-and-drop draggable livequery
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. …

javascript jquery livequery
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", "…

tabs google-chrome-extension livequery
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 …

jquery html javascript-events livequery