标题: 二十元求修改java脚本和css [打印本页]
作者: lxh623 时间: 2019-5-19 14:36 标题: 二十元求修改java脚本和css
做了一个字典。
字典解包,要用MdxExport.3.5 。打包用MdxBuilder 3.0 Beta2 。
字典在链接:https://pan.baidu.com/s/1JgErw08h0PatNFKEbc14_Q 提取码:e9h7 。
附件是其中要修改的东西。
java脚本,前后是别人的两个东西,因为格式不一样,放在一起,影响效率(点击不动?)。能不能改成前面一样。从window.onload =开始是第二个的。
css希望修改成为点击链接,可以变色,返回去,是蓝色。89行加了代码,不运行。
其中有个字族索引,打开很慢,有没有办法?
一个二十元。
谢谢!
作者: zaqmlp 时间: 2019-5-19 14:49
把解包、打包、阅读的软件传网盘发出来
作者: lxh623 时间: 2019-5-19 17:44
本帖最后由 lxh623 于 2019-5-19 17:47 编辑
回复 2# zaqmlp
链接:https://pan.baidu.com/s/1mqfclA_b5Aju2jRZ5gHVhg
提取码:7zu6
手机端软件一个是很早以前的PJ版,一个是免费版。正版也只有20,在TB有。正板可以不限的全文搜索。
作者: lxh623 时间: 2019-5-31 08:18
最主要的一个,觉得脚本影响效率。想把两个脚本合并在一起,同样的风格。
代码一:- window.onload=function(){
- JTsetup('x-hw');
- iterationSetup();
- specialSetup();
- };
-
- function specialSetup(){
- var _xa=document.querySelectorAll('x-a');
- if(!_xa[0]) return;
- for(var i=0; i<_xa.length; ++i)
- _xa[i].parentNode.setAttribute('x-meaning', '');
- }
-
- function iterationSetup(){
- var _hw=document.querySelectorAll('x-hw');
- if(_hw.length<2) return;
- for(var i=0; i<_hw.length; ++i){
- var _it=document.createElement('sup');
- _it.textContent=(i+1);
- _hw[i].appendChild(_it);
- }
- }
-
- function JTsetup(str){
- var _eles=document.querySelectorAll(str);
- if(_eles.length<2){
- if(!!_eles[0]){
- _eles[0].removeAttribute('onclick');
- }
- return;
- }
- for(var i=0; i<_eles.length; ++i){
- _eles[i].setAttribute('onclick', scrollPosition(_eles[i==_eles.length-1?0:i+1]));
- }
- }
-
- function scrollPosition(target){
- var _id=target.getAttribute('id');
- if(!_id){
- _id='random'+Math.round(Math.random()*1048576);
- target.setAttribute('id', _id);
- }
- if(!isBluedict())
- return "window.location.href='#"+_id+"'";
- return "window.location.href='entry://#"+_id+"'";
- }
-
- function isBluedict(){
- return !!document.querySelector('.bd_body');
- }
复制代码
代码二:- window.onload = function(){
- if(document.getElementById("img_ysxs")){
- document.getElementById("img_ysxs").style.maxWidth="100%";
- document.getElementById("img_ysxs").onclick=function(){
- var now = document.getElementById ("img_ysxs");
- var i = now.style.maxWidth
- if(i=="100%"){document.getElementById("img_ysxs").style.maxWidth="none";}else{document.getElementById("img_ysxs").style.maxWidth="100%";}
- };
- };
- if(document.getElementById("img_zxyb")){
- document.getElementById("img_zxyb").style.maxWidth="100%";
- document.getElementById("img_zxyb").onclick=function(){
- var now = document.getElementById ("img_zxyb");
- var i = now.style.maxWidth
- if(i=="100%"){document.getElementById("img_zxyb").style.maxWidth="none";}else{document.getElementById("img_zxyb").style.maxWidth="100%";}
- };
- };
- };
复制代码
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |