<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,8 +12,7 @@
  * @return jQuery
  * @author Karl Swedberg
  *
- * @requires jQuery v1.1.4+
- * @requires Dimensions plugin IF USED WITH jQuery VERSIONS PRIOR TO 1.2.5)
+ * @requires jQuery v1.2.6+
  *
  * @credit Inspired by Cody Lindley's jTip (http://www.codylindley.com)
  * @credit Thanks to the following people for their many and varied contributions:
@@ -32,7 +31,7 @@
  * Optionally, the clueTip's body can display content from the title attribute, when a delimiter is indicated. 
  * * The string before the first instance of the delimiter is set as the clueTip's heading.
  * * All subsequent strings are wrapped in separate DIVs and placed in the clueTip's body.
- * The clueTip plugin allows for many, many more options. Pleasee see the examples and the option descriptions below...
+ * The clueTip plugin allows for many, many more options. Please see the examples and the option descriptions below...
  * 
  * 
  * @example $('#tip).cluetip();</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -235,7 +235,7 @@
 ***************************************/
       } else if (opts.local) {
         
-        var $localContent = $(tipAttribute + (/#\w+$/.test(tipAttribute) ? '' : ':eq(' + index + ')')).clone(true).show();
+        var $localContent = $(tipAttribute + (/#\S+$/.test(tipAttribute) ? '' : ':eq(' + index + ')')).clone(true).show();
         $cluetipInner.html($localContent);
         cluetipShow(pY);
       }</diff>
      <filename>jquery.cluetip.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d258597ee32f2fa4d7d631ea27653c043481a88</id>
    </parent>
  </parents>
  <author>
    <name>Karl Swedberg</name>
    <email>karl@englishrules.com</email>
  </author>
  <url>http://github.com/kswedberg/jquery-cluetip/commit/f75f3b7696048adbe11cb92f7cceb0e3d47fbd13</url>
  <id>f75f3b7696048adbe11cb92f7cceb0e3d47fbd13</id>
  <committed-date>2009-04-29T07:39:09-07:00</committed-date>
  <authored-date>2009-04-29T07:39:09-07:00</authored-date>
  <message>fixed bad regular expression that was breaking multiple local tooltips</message>
  <tree>ba278c3eff2712318904a0debfecd7447121682d</tree>
  <committer>
    <name>Karl Swedberg</name>
    <email>karl@englishrules.com</email>
  </committer>
</commit>
