I have a drop down.
One of the selections is Please Enter.
How do I force it to go to Please Enter
The id of the selectlist is called makeSelection
$('select.makeSelection').val("Please Enter").attr('selected', 'selected');
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For jQuery 1.6 you can use
Demo
Edit : Similar post
You may even be interested in why Prop and Attr