Home> php教程> PHP开发> body text

Jquery method to intercept strings in a loop (extra strings are processed into '...')

高洛峰
Release: 2016-12-05 09:17:52
Original
1072 people have browsed it

As shown below:

$('a[rev="title"]').each(function () {   var u = $.trim($(this).html());   $(this).html(SetSub(u, 10)) }); SetSub相当于substr
Copy after login

The above method of Jquery loop intercepting strings (the extra strings are processed into "...") is all the content shared by the editor. I hope it can give you a reference

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!