filter - Obfuscate repeating text so as to be invisible to search -
i have code:
<li><h3 class="name">mary jefferson<a href="mailto:mary.jefferson@jefferson.domain.us">@</a></li> <li><h3 class="name">grace.kelly<a href="mailto:grace.kelly@jefferson.domain.us">@</a></li> <li><h3 class="name">sandy.smith<a href="mailto:sandy.smith@jefferson.domain.us">@</a></li> <li><h3 class="name">mark.tommy<a href="mailto:mark.tommy@jefferson.domain.us">@</a></li> because use listjs filter results in search box above class "name", don't want "@jefferson.domain.us" become part of explicit line prevent false results in use search "jefferson".
how can not repeat myself , "@jefferson.domain.us" usable in mailto not part of search?
Comments
Post a Comment