Today's Update

Posted by Ligar Mugi Syahid on October 06, 2022
1 min read · Last Modified: January 21, 2024

Useful codes

get json from html id

var abc = $('#id').text();
var json = JSON.parse(abc);

force click when button disabled

document.getElementById('#buttonid').click();

Tags: [ todo  ]