JSFiddle - React, Tailwind, and code Playground
by neonms92
HTML
<button>Refresh</button>
JavaScript
$('button').on('click', function() {
location.reload(true);
});
if('1') {
alert('true');
}
if('') {
alert('false');
}
by neonms92
<button>Refresh</button>
$('button').on('click', function() {
location.reload(true);
});
if('1') {
alert('true');
}
if('') {
alert('false');
}