Browse
For agents
About
MxChat – AI Chatbot & Content Generation for WordPress
/
3.2.21
MxChat – AI Chatbot & Content Generation for WordPress
v3.2.21
Switch version
3.2.21
3.2.20
3.2.19
3.2.18
3.2.17
3.2.16
3.2.15
3.2.14
3.2.12
3.2.13
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
2.0.3
2.0.4
2.0.5
2.0.6
All 152 releases
Overview
Code
mxchat-basic
/
js
/
floating-script.js
floating-script.js
in MxChat – AI Chatbot & Content Generation for WordPress 3.2.21, at js/floating-script.js
6 lines
192 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
jQuery
(
document
)
.
ready
(
function
(
$
)
{
2
$
(
'
#chatbot-float-btn
'
)
.
on
(
'
click
'
,
function
(
)
{
3
$
(
'
#chatbot-float-window
'
)
.
toggle
(
)
;
//
Show/hide the chat window
4
}
)
;
5
}
)
;
6