It's not about jQuery. When i read the source code of events.js in Node.js,i found that:
One of my guess is the function $getMaxListeners is used twice ,the second time it is used is after several lines.
i knew the '_' prefix is a convention which represents private. so is there any convention of '$' prefix?