Skip to content

Instantly share code, notes, and snippets.

@dkmy-sec
Created November 30, 2016 22:36
Show Gist options
  • Save dkmy-sec/cae96d4dafa5ca415d18afdb914823c8 to your computer and use it in GitHub Desktop.
Save dkmy-sec/cae96d4dafa5ca415d18afdb914823c8 to your computer and use it in GitHub Desktop.
Show Certain Value in Drop on page load
jQuery(document).ready(function($) {
// Show Certain Value on dropdown when page loads *Search Homes Page*
$("#property_location option[value='2']").attr("selected", "selected");
//End Document Ready
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment