jquery Sina NetEase comment block production_jquery
WBOY
Release: 2016-05-16 18:24:03
Original
1088 people have browsed it
The renderings are as follows:
Technical points: 1. Because pictures cannot be placed in a textarea, just like Sina does, use an iframe to put the content, and then hide a textarea for submission.
2. Usage of JQqery tab plug-in (for illiterate people) Quote these three first:
3. Make iframe editable window.frames["iframe1"].document.designMode='on';
4. Open a simple form var newwindow = window.open("tab.htm",'_blank', toolbars=0,resizable=1);
5. The method of executing the parent form in the iframe window.opener.XXX(xxx);
is actually only three pages. If you don’t want to download, just copy and paste, just take it and use it. If you have any good thoughts or ideas, please feel free to discuss them.
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