Im trying to adapt some code that I have found online that uses this function..
$common.parseUnit
Does anyone know where it lives as at present I am getting an “$common.parseUnit is undefined” error when the code hits that line.
Thanks.
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.
$common.parseUnit()is exposed by the common scripts of the ASP.NET AJAX Control Toolkit, so you probably need to install that toolkit.EDIT: If you have the toolkit installed, check if you have properly referenced the common toolkit scripts, either by decorating your extender classes with:
Or by explicitly adding the reference to your
ToolkitScriptManager: