jQuery.noconflict is only needed when using jQuery alongside another library (like Prototype) that makes use of the '$' alias. There's no performance difference. It simply returns that '$' variable name back to whatever value it had before the inclusion of jquery.js.
- Richard On Wed, Dec 17, 2008 at 11:24 AM, dianenar <diane...@gmail.com> wrote: > > Is it a must to call jQuery.noconflict when using jQuery with .NET. > What are the potential problems that would arise? > > I am NOT using jQuery noconflict at the moment on a social networking > site w/ all the bells and whistles. I don't see any conflicts but I'm > worried that performance is taking a hit and noconflict would resolve > that. We are currently trying to optimize everything. > > Any help is appreciated! > > Thanks, > > Diane Nardozzi >