You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$("#class_name").val(); // get value of class name
$(".class_id").val(); // get value of id name
$("#foo:checked").val(); // return value of checked item (works for radio, multi choice checkboxes will need different handling