string - PHP show text up to /*show more text*/ -
i show text before /*show more text*/
unsure how such thing because text this
<ul> <li>show this</li> <li>show this</li> /*show more text*/ <li>don't show this</li> </ul>
i have tried
$texts = explode("/*show more text*/", $text);
but issue wont fix </ul>
so wondering if has solution small issue?
just try jquery toggle functions it's more easier , faster. here find details: http://api.jquery.com/toggle/
Comments
Post a Comment