On Dec 4, 2008, at 5:49 PM, Zach Leatherman wrote:
> If this hasn't been a problem yet, maybe it isn't worth looking at.
> Seems like this might cause unexpected behavior when using jQuery in
> bookmarklets or in a portal style app where content can come from
> multiple authors.
For using jQuery in bookmarklets, it's fairly commong to avoid
multiple instances of jQuery this way:
if (typeof jQuery !== 'undefined) {
// append the jquery script
}
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---