After the ajax function is over. in success messages I\'m focusing to the specific div. But it\'s not working. My code is here.
$j.ajax({
url:\"
a For example: In addition, consider setting tabindex
attribute. (the value can be set to -1)
$("#focus_point").attr("tabindex",-1).focus();
outline: none !important;
so it displayed without a focus rectangle.var element = $("#focus_point");
element.css('outline', 'none !important')
.attr("tabindex", -1)
.focus();