yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Extraneous reference to $('body').youtubeLinksToEmbed(); #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I downloaded the jQuery.utils 0.8 library to test the delayedObserver plugin, 
but when I add the 
jquery.utils.js lib to my page, I continue to get an error at line 2861, 
$("body") is null.

The content around 2861 is:

$(document).ready(function(){
    $('body').youtubeLinksToEmbed();
});

I do not have any youtubeLinksToEmbed, and at any rate, I use jQuery in 
noConflict mode to 
simplify usage with other libraries, as needed.

Original issue reported on code.google.com by michael....@gmail.com on 26 Mar 2009 at 7:00

GoogleCodeExporter commented 9 years ago
I don't know how it managed to get unnoticed for so long, this call should have 
been
removed long ago.

Thanks !

It's fixed and committed to the trunk. You can rebuild jQuery utils easily with 
the
build system: http://code.google.com/p/jquery-utils/wiki/BuildSystem

It should resolve your problem.

Original comment by hainea...@gmail.com on 26 Mar 2009 at 7:06

GoogleCodeExporter commented 9 years ago
Thank you very much!

Original comment by michael....@gmail.com on 1 Apr 2009 at 5:53