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

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -