if(firefox and is on a computer){ alert(\'using firefox on a computer\') }else{ alert(\"using something else!\"); }
How can I do this?
http://api.jquery.com/jQuery.browser/
if ($.browser.mozilla) { ...