2011/2/3 Fran <[email protected]>: > I like this really tiny but clever plugin. I'll definitely keep it in mine, > but still I have the question whether using $(document) or $('body') makes > any different. Any idea ?
There is one small difference. The $(document) selector is a bit faster. I dont think that there would be other difference. -- Poetro -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
