Changeset 3949
- Timestamp:
- 11/27/07 17:58:48 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/cluetip/jquery.cluetip.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/cluetip/jquery.cluetip.js
r3941 r3949 128 128 var tipTitle = (opts.attribute != 'title') ? $this.attr(opts.titleAttribute) : ''; 129 129 if (opts.splitTitle) { 130 if(tipTitle == undefined){ tipTitle = '';} 130 131 tipParts = tipTitle.split(opts.splitTitle); 131 132 tipTitle = tipParts.shift();
