js focus end

export let setFocus = (target) => {
let t = jQuery(target).val()
jQuery(target).val('').focus().val(t)
}
setFocus('input')