-
JavaScript for optimizers #22: How to change CSS with JavaScript?
Sometimes you need to make visual changes to elements when creating your a/b tests with JavaScript. You don’t always have […]
-
JavaScript for optimizers #21: Testing the right mobile keyboard with credit card fields
In this article, we will be testing the right mobile keyboard for credit cards according to Baymard. It involves getting […]
-
JavaScript for optimizers #20: Testing optimized phone fields
In this article, we will be testing optimized phone fields according to Baymard. It involves disabling auto-correction, getting the right […]
-
JavaScript for optimizers #19: Testing optimized e-mail fields
In this article, we will be testing out optimized e-mail fields according to Baymard. It involves disabling auto-correction, getting the […]
-
JavaScript for optimizers #17: Adding a back-to-top button
In this article, we will be adding a back-to-top button. We’re going to apply the changes below:
-
JavaScript for optimizers #16: Adding a site-wide benefits bar
In this article, we are adding a site-wide responsive benefits bar with JavaScript. Our hypothetical case for this chapter is […]
-
JavaScript for optimizers #15: Creating image elements
In this article, we are creating image elements with JavaScript. Our hypothetical case for this chapter is about maintaining a […]
-
JavaScript for optimizers #14: Adding unique selling points
In this article, we will be adding unique selling points to your webpage with JavaScript. Research from CXL showed that […]
-
JavaScript for optimizers #13: Refresh page button
Let’s create another way to refresh with a refresh page button! This blog post will take you through the process […]
-
JavaScript for optimizers #12: Copy to clipboard button
Losing your coupon code sucks. A copy to the clipboard button would have saved me the hassle of convincing the […]