Set the value it will set it as selected option for dropdown:
$("#salesrep").val("Bruce Jones");
Here is working Demo
If it still not working:
- Please check JavaScript errors on console.
- Make sure you included jquery files
- your network is not blocking jquery file if using externally.
- Check your view source some time exact copy of element stop jquery to work correctly