how are you? I need help in JS code. I need to put random words within that function. Choose one of them.
This is the code:
// Plugin invoke
$(document).ready(function () {
$("#popup-1").slickModals({
(...)
windowLocation: "center";
(...)
How do I do this using a math.random words in "WindowLocation"?
The words are: "Center" or "TopRight" or "TopLeft".
something similar result:
// Plugin invoke
$(document).ready(function () {
$("#popup-1").slickModals({
(...)
windowLocation: "center","Topright","Topleft";
(...)
Thank You, sorry my english bad.