Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2006-11-14 09:01:45
Size: 899
Editor: wfifi
Comment:
Revision 12 as of 2009-12-25 07:09:50
Size: 937
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
在这里详述 wfifi/2006-11-14. = 2006-11-14VisualjQuery文档 =
Line 3: Line 3:
http://visualjquery.com/的jQuery帮助查看很方便,就是不能离线查看。分析了一同,弄了个离线版本。不知咋上传。 [[http://visualjquery.com|visualjquery.com]]的jQuery帮助查看很方便,就是不能离线查看。分析了一同,弄了个离线版本。[[attachment:visualjquery.zip|附件]]
Line 5: Line 5:
或者已经有人制作了? (发现删除线不能使用)

2006-11-14VisualjQuery文档

visualjquery.com的jQuery帮助查看很方便,就是不能离线查看。分析了一同,弄了个离线版本。附件

(发现删除线不能使用)

过程:

根据index.xml找到/style/cat.xsl,再找到stylesheets/site.css,找到图片和js资源。

全都载下来后发现,不能正确显示。还有脚本错误。于是想用python的xml工具产生真正的html来分析。

先找的pyxml发现早不维护了,没有for python 2.5的版本,源代码编译要c编译工具,放弃。终于找到4Suite可以。

下载安装那个4Suite_XML-1.0-py2.5-win32.egg,简单看了下帮助。产生了一个xml.html

首先发现了图片不显示,纳闷了一会,改了下css的路径,/images/改成../images/就正确了,我想js报错也是这个路径原因吧,

修改后过来可以了。

wfifi/2006-11-14 (last edited 2009-12-25 07:09:50 by localhost)