$(function() {
	$("#stateSelect").click(function() {
           $.ajax({
			type: "POST",
			url: "/careers/retail/hourly_careers.cfm?menu=1",
			data: "state",
			success: function() {
			  alert("state");
			}
		  });

    });
  });