This version of the page http://aine.su/ (194.61.52.236) stored by archive.org.ua. It represents a snapshot of the page as of 2022-12-13. The original page over time could change.
aine.dev

[AINE.DEV]



오늘 한 시간이 내일 두 시간 보다 가치있다

[ Web developer with some ambitions ]

  • View Projects
  • View Portfolio
  • View Favorites

You can say hello to me but if you wish :)

Testing Javascript

langjavascript
function alertsomething(data) {
    alert(data);
}

Get url params

langjavascript
function getUrlVars() {
    var vars = {};
    var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) {
        vars[key] = value;
    });
    return vars;
}

All rights reserved. aine.dev 2022