Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).on('click', 'button', function () {
- var XMLHttp = new XMLHttpRequest();
- XMLHttp.open('GET', 'tooltip-info.txt', true);
- XMLHttp.send();
- var data = XMLHttp.responseText;
- console.log(data);
- });
Advertisement
Add Comment
Please, Sign In to add comment