File size: 192 Bytes
5e3a6e4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9

function get_st_btns() {
    var all_btn = $("button.stButton");
    console.log(all_btn);
}

$(document).ready(function () {
    console.log('Hello from Hydralit Experimental!');
});