Cool - could you file a bug along with a patch to src/intro.js src/outro.js? Thanks!
--John On Tue, Jul 14, 2009 at 7:04 PM, Andrea Giammarchi < [email protected]> wrote: > It would be perfect, cause to build a sandbox version of jquery, if > necessary, the only file we need to change in the entire library is the last > one, avoiding conflicts, side effects, and stress! :-) > > That parent.document || document was just my solution for my problem while > this change will be really appreciated. Also rather then rebuild, we just > need to copy the file and change sent parameter at the end ... too easy! > > Best Regards > > On Jul 14, 2009 8:36 PM, "John Resig" <[email protected]> wrote: > > As we discussed on IM, the parent.document || part would be untennable > (since it would make all iframed copies of jQuery incapable of operating > within the frame itself). > > Would the resulting change, > > (function(document){ > > > })(document); > > be acceptable? > > --John > > On Tue, Jul 14, 2009 at 11:32 AM, Andrea Giammarchi < > [email protected]> wrote: > > Solv... > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
