Click here to Skip to main content
15,891,895 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<script>
$(document).ready(function () {
$("#StateTextId").click(function () {
$("#SelectCity").dialog("open");

});
});


$("#SelectCity").dialog({
autoOpen: false
});

</script>
Posted
Updated 2-Feb-16 18:27pm
v2

1 solution

This means that you are not loading the jquery.ui.js file, or whatever the name of your jquery UI JavaScript file is.
 
Share this answer
 
Comments
Afzaal Ahmad Zeeshan 3-Feb-16 7:44am    
5ed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900