Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
2586703@qq.com
10 years ago
Commit
ec72d9c8c4761f3869173685d9e89c3cf72824a8
1 parent
6beb5e5b
首页截字插件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
demo/yohood2.0/index.html
res/js/channel.js
demo/yohood2.0/index.html
View file @
ec72d9c
...
...
@@ -111,7 +111,7 @@
<h2
class=
"volupia"
>
<a
href=
"/news/detail/id/169"
>
test
</a>
</h2>
<p
>
content
</p>
<p
class=
"text-content"
>
content content content content content content content content content content content content content content content content
content
</p>
<p
class=
"time"
>
2014.07.25
</p>
</div>
</div>
...
...
res/js/channel.js
View file @
ec72d9c
...
...
@@ -218,9 +218,9 @@ define('channel', function(require, exports) {
});
mlellipsis
.
init
();
$
(
'.text-content'
).
each
(
function
()
)
{
$
(
'.text-content'
).
each
(
function
()
{
$
(
this
)[
0
].
mlellipsis
(
2
);
}
}
);
};
//品牌
...
...
Please
register
or
login
to post a comment