I'm trying to insert a javascript code on a form, using code editor, the idea is when the object lost a focus any action is done. for test
I request a simple alert as allow:
clickd_jquery("#f_78ec01f618d6e31194050050569d7308").blur(function(){
alert("This input field has lost its focus.");
});
but is not function.