Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: wildcards
jquery-text-wildcard-area: A jQuery plugin to add and remove wildcards – HTML Dev Feed

jquery-text-wildcard-area: A jQuery plugin to add and remove wildcards A jQuery plugin for textarea to add and remove wildcards from text Basic Usage Declare a textarea and declare a list of tags to use with UL LI <textarea id=”MyTextWildCardArea”></textarea> <nav> <ul data-toggle=”tag” data-target=”#MyTextWildCardArea”> <li class=”nav-item”><a class=”tag tag–available” data-tag=”[ExampleTag]” role=”button”>[ExampleTag]</a></li> <li class=”nav-item”><a class=”tag tag–available” data-tag=”[Email]” role=”button”>[Email]</a></li>…