$("form[name='myform'] select[name^='att']").each(function(){ alert($(this).val());});
if ($.browser.name == "chrome") alert("google chrome!");
var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;