Jquery 简明教程
jQuery - Miscellaneous Reference
jQuery 中的 Miscellaneous methods 是一组函数,它们不属于特定类别,如 DOM 操作、事件处理或 AJAX。它们提供了额外的功能,可以增强 jQuery 的灵活性和可用性。
The Miscellaneous methods in jQuery are a set of functions that do not fall into specific categories like DOM manipulation, event handling, or AJAX. They provide additional functionalities that enhance the flexibility and usability of jQuery.
常见的杂项方法包括 $.each()、$.extend()、$.data()、$.proxy() 和 $.noConflict() 等。
Common miscellaneous methods include $.each(), $.extend(), $.data(), $.proxy(), and $.noConflict(), etc.