# jquery.focus **Repository Path**: mirrors_linagora/jquery.focus ## Basic Information - **Project Name**: jquery.focus - **Description**: [ARCHIVED] jQuery plugin for focusing textarea, input and contenteditable - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jquery.focus [![Build Status](https://travis-ci.org/mateusmaso/jquery.focus.svg?branch=master)](https://travis-ci.org/mateusmaso/jquery.focus) ============ This library is an extension for jQuery which allows focusing on editable elements either at the beginning or ending. ## Features * Textarea, input and contenteditable support. * Put cursor at the ending using ```focusEnd``` method. * Put cursor at the beginning using ```focusBegin``` method. ## Dependencies * jquery.js (>= 2.1.0) ## Examples ```javascript $("textarea, input[type='text'], [contenteditable]").focusBegin(); $("textarea, input[type='text'], [contenteditable]").focusEnd(); ``` ## License Copyright (c) 2012-2014 Mateus Maso. Released under an MIT license.