Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-07-22 05:47:21

MojoTojo Elmore
Member
Registered: 2014-07-02
Posts: 7

How do we open chat window from JS/Jquery?

Hi

I want to open chat widget via javascript/jquery.. 
I tried calling :

    lh_inst.lh_openchatWindow();

tried
    $("#lhc_status_container").lh_openchatWindow();


nothing works.

Any advise?




https://groups.google.com/forum/#!topic … RZvtFI707U

Offline

#2 2014-07-22 06:54:47

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: How do we open chat window from JS/Jquery?

Hi,

It has to be onclick="return lh_inst.lh_openchatWindow()" if it does not work. That means you have not included javascript itself.


Offline

#3 2014-07-22 13:50:11

MojoTojo Elmore
Member
Registered: 2014-07-02
Posts: 7

Re: How do we open chat window from JS/Jquery?

Alright, I get it.

To do it purely by code:

function openChat(){
    lh_inst.lh_openchatWindow();
}

also works.

Offline

Board footer