$('element').length == 0
Example:
if($('div#mydiv').length == 0) { $('body').append(' <div id="mydiv">hello world!</div> '); } else { $('div#mydiv').html('hello universe!'); }
$('element').length == 0
if($('div#mydiv').length == 0) { $('body').append(' <div id="mydiv">hello world!</div> '); } else { $('div#mydiv').html('hello universe!'); }
sudo apt-get update sudo apt-get install build-essential linux-headers-$(uname -r) sudo apt-get install virtualbox-ose-guest-x11