# jquery.fakebutton **Repository Path**: mirrors_danielgindi/jquery.fakebutton ## Basic Information - **Project Name**: jquery.fakebutton - **Description**: Make an element respond like a button - to keyboard, mouse and touch events. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jquery.fakebutton ================= Make an element respond like a button - to keyboard, mouse and touch events. Syntax is simply $('#my-element').fakebutton() and $('#my-element').unfakebutton() to remove. Fires "click" events when applicable, and adds an "active" class to the element when pressed down. You can specify a tabIndex attribute as the first argument.