$(document).on('focus', '#form_pc', function(){/*...*/});
<form onfocus='alert("Ok")'> <input type='text' /> <button>Send</button> </form>