Home >
Article > Web Front-end > Send me a practical image viewing tool implementation code written in JS_Image special effects
Send me a practical image viewing tool implementation code written in JS_Image special effects
WBOYOriginal
2016-05-16 19:02:311262browse
Because some websites present content images in the form of one image per page, and each page contains a large amount of useless junk information (advertising, news and irrelevant images), which greatly affects the efficiency of viewing images. So I wrote this. As long as you know the URL of the first picture, fill it in this webpage, set the start and end numbers, you can display pictures with numbered numbers, and there are also some commonly used and thoughtful functions. Of course, there is nothing you can do about the disordered images stored on some websites.
The introduction is over, the following is the code content, I hope it can be helpful to JS novices (please replace all the "'" in the following code with single quotes. I really have no idea about the format here):
평소 정리에 신경쓰지 않아서 이 파일을 여러 버전으로 변경해 봤습니다. hideIt()과 showit()을 함수로 결합하고(매개변수에 따라 처리함) 기타 세부 사항을 사용했던 것이 기억났습니다. 여기 편집자들에 대해 잘 모르기 때문에 더 이상 바꾸지 않겠습니다. 관심이 있으시면 직접 시도해 보세요. 해줄 수 있는 조언이 있다면 좋을 것 같습니다.
(업데이트: 수정됨, 존재하지 않는 사진의 경우 자동으로 숨겨져 표시 공간을 차지하지 않습니다. img의 onerror 이벤트를 통해 처리됩니다. 또한 여기에 코드 편집기가 있습니다. 잘못된 대체 코드를 수정하는 데 시간이 오래 걸리고 이 스크립트 도구를 작성하는 것보다 더 피곤하며, 그 안에 있는 SPAN 생성이 전혀 최적화되지 않았고 불필요한 부분도 있었습니다. 정말 놀랍습니다. OpenSoft 개발팀에서 하루빨리 개선해 나가기를 바랍니다.)
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn