在插件中得到,调用 插件的id

Posted Ai-Long

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在插件中得到,调用 插件的id相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<button id="btn">改变</button>
<script src="js/jquery.js"></script>
<script>
//插件函数
$.fn.myplugs=function(){//this=>$("#btn")
// 目的是在插件中得到调用插件的元素
var ele=this.selector;
var elem=ele.substring(1);
console.log(ele);//#btn
console.log(elem);//btn
}
//调用插件
$(function(){
$("#btn").myplugs();
});
</script>
</body>
</html>

以上是关于在插件中得到,调用 插件的id的主要内容,如果未能解决你的问题,请参考以下文章

使用 cakephp maldicore 管理插件上传文件

我为 android studio 创建插件,但我得到了

Twitter 如何在 Android Studio 中使用 Fabric 插件获取用户个人资料图片

未找到 ID 为“gwt”的插件

得到错误:插件/预设文件不允许导出对象,只有功能

Grails openid 插件 2.0.0 RC1:得到“没有这样的属性:用户异常”