I noticed the same problem when trying to wrap new 'embed' and 'object' 
elements, but didn't 
have time to write it up. I only get the errors in Firefox (v2) -- Safari 2 and 
Opera 9 are fine.

// this works
$(function(){
        $(document.createElement('div'));
});

// error: f.apply is not a function - jquery.js (line 1166)
$(function(){
        $(document.createElement('object'));
});

// error: f.apply is not a function - jquery.js (line 1166)
$(function(){
        $(document.createElement('embed'));
});


Luke

Dave Methvin wrote:
>>  I recently upgraded to jquery 1.0.3 and one of my plugins is having 
>>  some issues.  ...  I could possibly post a URL if that is necessary.
>  
> Definitely post a sample page and let us know which browsers you used.
>  
> 
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/


-- 
zinc Roe Design
www.zincroe.com
(647) 477-6016

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to