Downloads
Download tar.gz
28.02 KB
MD5: a61183b3e029631681a0ab85ed1f7613
SHA-1: 431f0fb0133c15bcf572fe9243eb68256fd654a1
SHA-256: aabfc0b2113fb42742242a31c64e5bb41c6c45cd195c56965620b0491ea57fed
Download zip
31.19 KB
MD5: c771cd213c487649844e6f223bdc288a
SHA-1: ce569f7e6fdd8cf0bbf212819e682dfe6d13c85f
SHA-256: ccfdc5e2963e39cd23562a424d28b37f54aa481fa6b32c62a6ad0ea18d804914
Release notes
6.x--1-1-RC2
New Features
* updateTitle changed to titleSelectors, now an array of selectors.
* New test added for titleSelectors.
* targetSelector -> targetSelectors, and can be array as well as hash.
* new targetSelectors test.
* Can now force page reload of page by setting noReoad => true on a popup with a form.
* more documentation
Bug Fixes
* Per-theme content selector fixed.
* http://drupal.org/node/324742 (lowkee) -
* * don't use "if(string)" tests in javascript. Use if(str.length) or isset(str)
* Replaced for loops with jQuery.each
* Killed bogus Drupal.behaviors.teaser