My Account | Buy CometChat

documentation

hideBar()

hideBar() function assists you to hide the bar from your web page.

The API

The hideBar() function can be used to hide the CometChat bar.

jqcc.cometchat.hideBar();

Sample Code

<a href="javascript:void(0)" onclick="javascript:jqcc.cometchat.hideBar();">Hide CometChat</a>