I have following code
$("body").on("click", "#pp_full_res button[name^=calc_shipping]", function () {})
Which works perfectly when I click on button.
I have another textbox which has id myid. I want trigger above same function when someone hit enter button in textbox.
How can i achieve this?