⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是YUI的源码及相关示例。里面有很多很炫的Javascript效果。
💻
字号:
AutoComplete Release Notes*** version 2.6.0 **** AutoComplete has a new required dependency on YAHOO.util.DataSource,and the class YAHOO.widget.DataSource has been deprecated. As a result,the following YAHOO.widget.DataSource properties have been ported to YAHOO.widget.AutoComplete:   - queryMatchCase   - queryMatchContains   - queryMatchSubset* The following YAHOO.widget.DS_XHR properties have been deprecated in favor ofthe new customizeable YAHOO.widget.AutoComplete method generateRequest:   - scriptQueryParam   - scriptQueryAppend* The YAHOO.widget.DS_XHR property responseStripAfter has been deprecated in favorof the new customizeable YAHOO.util.DataSource method doBeforeParseData.* Now always fires either dataReturnEvent or dataErrorEvent upon a DataSourceresponse, whether container opens or not due to instance losing focus. * Added textboxChangeEvent and containerPopulateEvent Custom Events.* As a convenience, the formatResult() method now receives a third parameter whichis the query matching string for the result.* In order to eliminate certain race conditions with the typeAhead feature, addedtypeAheadDelay of default 0.5.* Added new method filterResults() for an easily customizeable local string-matching algorithm.* The dataRequestEvent now passes along the request as well as the query string. * The style list-style:none has been set in the default CSS.*** version 2.5.2 **** Empty responses of TYPE_FLAT no longer open empty container.* Mac FF no longer submits form on enter-to-select suggestion.*** version 2.5.1 **** No changes.*** version 2.5.0 **** Fixed bug where Mac users were not able to input "&" or "(" characters.*** version 2.4.0 **** Support for YUI JSON Utility.* The allowBrowserAutocomplete property now supports cases when the user navigatesaway from page via mean other than a form submission.* Added support for integration with the Get Utility, for proxyless dataretrieval from dynamically loaded script nodes.* Typing 'Enter' to select item no longer causes automatic form submission onMac browsers.*** version 2.3.1 **** AutoComplete no longer throw a JavaScript error due to an invalid ornon-existent parent container. While a wrapper DIV element is still expected inorder to enable skinning (see 2.3.0 release note), a lack of such will notcause an error.* When suggestion container is collapsed, Mac users no longer need to typeEnter twice to submit input.*** version 2.3.0 **** Applied new skinning model. Please note that in order to enable skinning,AutoComplete now expects a wrapper DIV element around the INPUT element and thecontainer DIV element, in this fashion:<div id="myAutoComplete">    <input type="text" id="myInput">    <div id="myContainer"></div></div>* The default queryDelay value has been changed to 0.2. In low-latencyimplementations (e.g., when queryDelay is set to 0 against a localJavaScript DataSource), typeAhead functionality may experience a race conditionwhen retrieving the value of the textbox. To avoid this problem, implementersare advised not to set the queryDelay value too low.* Fixed runtime property value validation.* Implemented new method doBeforeSendQuery().* Implemented new method destroy().* Added support for latest JSON lib http://www.json.org/json.js.* Fixed forceSelection issues with matched selections and multiple selections.* No longer create var oAnim in global scope.* The properties alwaysShowContainer and useShadow should not be enabled together.* There is a known issue in Firefox where the native browser autocompleteattribute cannot be disabled programmatically on input boxes that are in use.**** version 2.2.2 **** No changes.*** version 2.2.1 **** Fixed form submission in Safari bug.* Fixed broken DS_JSArray support for minQueryLength=0.* Improved type checking with YAHOO.lang.*** version 2.2.0 **** No changes.*** version 0.12.2 **** No changes.*** version 0.12.1 **** No longer trigger typeAhead feature when user is backspacing on input text.*** version 0.12.0 **** The following constants must be defined as static class properties and are no longeravailable as instance properties:YAHOO.widget.DataSource.ERROR_DATANULLYAHOO.widget.DataSource.ERROR_DATAPARSEYAHOO.widget.DS_XHR.TYPE_JSONYAHOO.widget.DS_XHR.TYPE_XMLYAHOO.widget.DS_XHR.TYPE_FLATYAHOO.widget.DS_XHR.ERROR_DATAXHR* The property minQueryLength now supports zero and negative number values forDS_JSFunction and DS_XHR objects, to enable null or empty string queries and to disableAutoComplete functionality altogether, respectively.* Enabling the alwaysShowContainer feature will no longer send containerExpandEvent orcontainerCollapseEvent.**** version 0.11.3 **** The iFrameSrc property has been deprecated. Implementers no longer need tospecify an https URL to avoid IE security warnings when working with sites overSSL.*** version 0.11.0 **** The method getListIds() has been deprecated for getListItems(), which returnsan array of DOM references.* All classnames have been prefixed with "yui-ac-".* Container elements should no longer have CSS property "display" set to "none".* The useIFrame property can now be set after instantiation.* On some browsers, the unmatchedItemSelectEvent may not be fired properly whendelimiter characters are defined.* On some browsers, defining delimiter characters while enabling forceSelectionmay result in unexpected behavior.*** version 0.10.0 **** Initial release* In order to enable the useIFrame property, it should be set in theconstructor.* On some browsers, defining delimiter characters while enabling forceSelectionmay result in unexpected behavior.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -