Browse
For agents
About
Convertful – Your Ultimate On-Site Conversion Tool
/
1.6
Convertful – Your Ultimate On-Site Conversion Tool
v1.6
Switch version
trunk
1.0
1.1
1.3
1.4
1.5
1.6
1.7
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
Overview
Code
convertful
/
js
/
main.js
main.js
in Convertful – Your Ultimate On-Site Conversion Tool 1.6, at js/main.js
8 lines
169 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
(
function
(
$
)
{
2
$
(
'
.conv-connect-disconnect
'
)
.
on
(
'
click
'
,
function
(
e
)
{
3
if
(
!
confirm
(
'
Are you sure want to disconnect the site?
'
)
)
e
.
preventDefault
(
)
;
4
}
)
5
}
)
;
6
7
8