I want to trigger the change event of dropdown in $(document).ready using jquery.
I have a cascading dropdown for country and state in user details page. how can i s
alternatively you can put onchange attribute on the dropdownlist itself, that onchange will call certain jquery function like this.
hope this one helps you, and please note that this code is just a rough draft, not tested on any ide. thanks