javascript - Why is "$" a valid function identifier? -


possible duplicates:
can explain dollar sign in javascript?
why javascript variable start dollar sign?

why can assign function $ in javascript, not # or ^ ?

from ecma standard (section 7.6)

the dollar sign ($) , underscore (_) permitted anywhere in identifiername.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -