Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 386 Bytes

User Typing plugin

This plugin will detect the user when he is typing

Usage

Include the JavaScript file:

<script type="text/javascript" src="path_to_plugins/usertyping/candy.js"></script>

Call its init() method after Candy has been initialized:

CandyShop.UserTyping.init(); //Before Candy.init

Candy.init('/http-bind/');

Candy.Core.connect();