By sujith7c on
Hello
i am new to drupal , i am facing a problem ,
$('#country-options').load('/drupalcamp/ajax/get_dropdown_options', { country: $('#edit-dropdown').val() }
but is not loading the path
i am getting a error like this
The requested URL /drupalcamp/ajax/get_dropdown_options was not found on this server
Comments
The first obvious question is
The first obvious question is have you tried to access this URL through the browser?