首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个jQuery插件,允许你覆盖一个图像到一个HTML页面

一个jQuery插件,允许你覆盖一个图像到一个HTML页面

资 源 简 介

Overview jsgridoverlay is a jquery plugin that allows you to overlay an image onto an html page - a working demo is included in the source. Usage Pretty easy to use, just import this into your HTML: And then in your JS you initialise it on DOM load: var gridSettings = { imgExt: "jpg", gridPos: "center top" }; $.gridOverlay("/PATH/TO/JPEG/templates/", gridSettings); In the templates folder, just drop in a bunch of jpegs, the file names of which have to match the id"s you use on the html body elements. Then, when you look at the page in your browser, you can overlay the image by pressing control and ; I
VIP VIP
0.227315s