Created
November 30, 2016 22:36
-
-
Save dkmy-sec/cae96d4dafa5ca415d18afdb914823c8 to your computer and use it in GitHub Desktop.
Show Certain Value in Drop on page load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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