Skip to content

Instantly share code, notes, and snippets.

@steelydylan
Created October 3, 2016 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steelydylan/8849835e35c967c08f397633f214bf82 to your computer and use it in GitHub Desktop.
Save steelydylan/8849835e35c967c08f397633f214bf82 to your computer and use it in GitHub Desktop.
a-blog cms 組み込みJS (文字数カウント)
<table class="acms-admin-table-admin-edit">
<tr>
<th>コメント</th>
<td>
<textarea name="comment" class="acms-admin-form-width-full js-countup" data-label-target=".js-countup-demo_area" data-max="200">{comment}</textarea>
<p><span class="js-countup-demo_area">0</span> / <span>200</span></p>
<input type="hidden" name="field[]" value="comment" />
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment