livequery
livequery copied to clipboard
The "added" event now fires also on nested elments that match the selector. Passed on: * Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 *...
$lqguid
With jquery 2.1.x I get this after downloading the latest livequery version: Uncaught TypeError: Cannot read property '$lqguid' of undefined This error keeps livequery from doing its job. Does livequery...
Hi, i've tried using livequery (both, the old and the new version) on Ajax Calls. Here I'm applying the plugin to Link elements inside an UL: ul.livequery("a", function(){ $(this).click(function(){ //...
I like the usage of livequery together with greasemonkey plugin, but if i require the plugin in more than one script all the functions get overwritten. Could you please add...
Includes: ``` Javascript ``` The call: ``` Javascript $('.input-mask-cep').livequery(function () { $(this).mask("99999-999"); }); ``` Result in firebug: ``` Javascript ...his.id=a.livequery.queries.push(this)-1,d.$lqguid=d.$lqguid||a.livequery.guid++,... ```
Even all 3 provided tests do not work.
I'm attaching the livequery in the following manner $('body').livequery( '.clasname', function(){ console.info('Created in DOM'); console.log(arguments); Sidekick.Events.trigger('expireWaitFor'); },function(){ console.info('Removed from DOM'); console.log(arguments); }); then when an element is found I trigger...
I was previously using jQuery 1.10.2 and livequery (1.3.4) was always firing instantaneously on my pages. I updated to jQuery 1.11.1 (currently last version of jQuery) and now livequery takes...
With Internet Explorer 8, the HTC fallback mechanism causes a lengthy "N items remaining" countdown in the status bar. The number corresponds to the amount of tags on the page....