jquery plugin

jquery plugin

jquery 不仅扩展了plain javascript的语法,更提供了所谓插件机制, 支持开发人员将许多常见的前端功能,如页面特效等,打包成库, 从而方便的地在程序员之间进行代码共享

jquery plugin 示例

jquery plugin一般使用方法

  • 确定该plugin依赖的jquery的版本, 引入至页面中
  • 确定该plugin依赖的其它js库并引入
  • 按照plugin的说明,引入该plugin所需要的css,图片等代码至指定位置
  • 按照plugin所规定的格式书写html结构
  • 调用plugin的主函数,一般需传入元素的ID或class
  • 传入参数给该主函数,配置参数一般按js对象格式,即{Key:Value}结构

jquery plugin 资源

results matching ""

    No results matching ""