SyntaxFix
Write A Post
Hire A Developer
Questions
I know there are already a lot of answers here - but this one is missing so far; a solution which also works with ajax generated content:
$(function (){ $(document).on("focus", "input:text", function() { $(this).select(); }); });