For security reasons, certain JavaScript coding cannot be used in Kaizen Platform Variations.
The following JavaScript coding cannot be used:
- Ajax jQuery categories
eval
alert
confirm
prompt
jQuery
(Use$
instead ofjQuery
)top
*1 (e.g.window.top
)self
parent
*2 (e.g.window.parent
)XMLHTTPRequest
document
window
*1 You can use jQuery’s offset().top
.
*2 You can use jQuery’s .parent()
.
0 Comments