JSFiddle - React, Tailwind, and code Playground

by refhat

JavaScript

$(function () {         $('#trackingButton').click(fireFloodlight);     function fireFloodlight() {         if (Page_IsValid) {             var axel = Math.random() + "";             var a = axel * 10000000000000;             $("body").append('<img src="https://ad.doubleclick.net/activity;src=2499215;type=axa_l124;cat=lpg_g263;ord=' + a + '?" width="1" height="1" alt=""/>');             //eval(origOnClick);         }     }  });