Welcome Message

"The difference between a successful person and others is not a lack of strength,
not a lack of knowledge, but rather a lack in will."
-Vince Lombardi

June 30, 2011

How to identify the YUI version

Hi all,

Steps for identifying YUI version:

  1. Open the YUIInclude.js (or respective YUI related JS you have used).
  2. Search for the string ‘YAHOO.register(’.
  3. This is a JS function where you pass the version number. Check its arguments for your YUI version.

NOTE: If you are using YUI version less than 2.8, please upgrade it to 2.8. This will not require any code changes other than JS and CSS file change. Do a thorough testing of your application functionality after upgrading.

Thanks.

No comments:

Post a Comment

Thank you for your valuable comments.