jQuery技术

jQuery Tocify 定位导航(2)

字号+ 作者:H5之家 来源:H5之家 2017-10-29 09:07 我要评论( )

这里是一个选项后检索插件使用option()方法称为例: //ExecutesyourcodewhentheDOMisready.Actsthesameas$(document).ready().$(function(){//CallsthetocifymethodonyourHTMLdivvartoc=$(#toc).tocify().data(toc-

这里是一个选项后检索插件使用option()方法称为例:

//Executes your code when the DOM is ready.  Acts the same as $(document).ready(). $(function() {   //Calls the tocify method on your HTML div   var toc = $("#toc").tocify().data("toc-tocify");   // Writes the showEffect option to the console   console.log(toc.option("showEffect")); });

这里是检索所有当前选项的插件后利用期权特性称为例:

//Executes your code when the DOM is ready.  Acts the same as $(document).ready(). $(function() {   //Calls the selectBoxIt method on your HTML select box   var toc = $("#toc").tocify().data("toc-tocify");   // Writes all of the current plugin options to the console   console.log(toc.options); });

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • JQuery EasyUI学习教程之datagrid 添加、修改、删除操作

    JQuery EasyUI学习教程之datagrid 添加、修改、删除操作

    2017-10-29 16:00

  • jQuery Deferred模块详解

    jQuery Deferred模块详解

    2017-10-28 11:41

  • jQuery学习心得总结(必看篇)

    jQuery学习心得总结(必看篇)

    2017-10-28 08:12

  • JQuery 的几个有用的技巧,JQuery有用技巧

    JQuery 的几个有用的技巧,JQuery有用技巧

    2017-10-26 12:28

网友点评