如何在正在编写的另一个 jQuery 插件中包含外部插

How to include an external plugin inside of another jQuery plugin being authored(如何在正在编写的另一个 jQuery 插件中包含外部插件)
本文介绍了如何在正在编写的另一个 jQuery 插件中包含外部插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为我正在处理的项目构建一个自定义 jQuery 插件.我想将一个自定义的对象返回给另一个 jQuery 插件......而不是必须确保使用我的插件的每个页面也有这个另一个插件,是否可以将它包含在实际的插件本身中?

而不是在使用我的插件的每个页面上键入以下内容:

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)