$(_pageId+" section").scroll(function(){
if(/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)){
$(document.activeElement).blur();
}
});