diff --git a/js/jquery.bt.js b/js/jquery.bt.js
index e4cade8..d9d48bc 100644
--- a/js/jquery.bt.js
+++ b/js/jquery.bt.js
@@ -111,7 +111,7 @@ jQuery.bt = {version: '0.9.5-rc1'};
        */
 
       if (opts.killTitle) {
-        $(this).find('[title]').andSelf().each(function () {
+        $(this).find('[title]').addBack().each(function () {
           if (!$(this).attr('bt-xTitle')) {
             $(this).attr('bt-xTitle', $(this).attr('title')).attr('title', '');
           }
