dio-v
10/8/2014 - 11:34 AM

testing jquery through querystring

testing jquery through querystring

    if (document.location.href.indexOf('test') > 0) {
        console.log('test');
    }