When creating a jQuery UI widget is it possible to make the namespace and / or plugin name CamelCase or is the convention all lowercase.. spaces replaced with underscores?
Just wondering about both possiblity and convention.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible to use whatever convention you want, it’s just a name. You can even use spaces, however you would be limited to using bracket syntax to call it. I suggest using camelCase (note the lowercase first letter and all spaces/dashes removed)