I have created an experiment on Optimizely and I want to start the experiment. But before starting, I want to test out things how they look.
So I created an experiment and copied code from the text area which they provide via button at the bottom right corner of screen. I saw jQuery code snippet So I am wondering if I have to include jquery as well in my website if I have to actually start the experiment Or do they provide some other alternative too ?
Example:
$('.lh-192 > li:eq(0)').css({'left':'0px', 'position':'relative'});
$('.lh-192 > li:eq(0)').detach().insertBefore('.lh-192 > li:eq(4)');
My question is: Can I run an experiment on optimizely without including jQuery ?