Change field caption by jQuery

If “#b_name” is your own native tag added by yourself (not an existing field in the table), then the id and the code to get the selected value are correct, otherwise it is wrong. But the id “myLabel” does not look like the id of a field caption. You better check the actual id or CSS selector for the field input and caption by inspecting HTML element in your browser.