
Hi,
On the profile page we need some customizations. On changing the value of look up field of preference language(out of box entity) we need a modal or overlay to be displayed with terms and conditions according to the language selected.
I tried to fire an event for this with below code
Try:
$('#adx_preferredlanguageid').change(function() {
alert("hi");
});