Yaj.js - Yet Another jQuery Replacementyo(selector).exists()yo(selector).exists() Return true if the selector exists (or was found); if (yo('#myid').exists()) { console.log('Exists');}