JSFiddle - React, Tailwind, and code Playground
by tea4two
JavaScript
$(function() {
var currLocation = window.location.search,
parArr = currLocation.split("?")[1].split("&");
console.log(currLocation);
});
by tea4two
$(function() {
var currLocation = window.location.search,
parArr = currLocation.split("?")[1].split("&");
console.log(currLocation);
});