jQuery插件-onpage-检查当前页面上的选择器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery插件-onpage-检查当前页面上的选择器相关的知识,希望对你有一定的参考价值。

function as jquery plugin to test if selector is found on the current page. Sample use:

if ( $("#myID").onpage() ) { $("#myID img").click(function(){ //do this..here.. });
  1. // function as jquery plugin to test if selector is found on the current page
  2. (function($){ $.fn.onpage = function() { return ($(this).length>0) ? true : false } })(jQuery);

以上是关于jQuery插件-onpage-检查当前页面上的选择器的主要内容,如果未能解决你的问题,请参考以下文章

当前页面的 JQuery DataTables 列复选框

对远程 jquery 插件请求进行故障排除

在页面上的多个输入上使用 tokeninput jquery 插件

在按钮标题上滑动文本,如带有 css 和 javascript 的选框(不是 jQuery)

jquery ui tabs 高手帮忙怎么实现!

模糊上的jquery验证插件[重复]