jQuery .selector

by Akkuma

HTML

<input type="radio" />

JavaScript

console.log($().selector === '');
console.log($('input').selector)