While writing a Selenium test I needed to access the nid of a newly created node from Drupal.settings to use as part of a URL in another method. Simply trying to access Drupal.settings.nid in the storeEval method didn't work, but dgtlmoon eventually figured it out.
I've just finished building a new feature which enables customers to make donations using Drupal Commerce. The feature allows customers to choose from a list of predetermined donation amounts, and also specify their own donation value if they wish.