awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vitalets avatar

vitalets/x-editable

0
View on GitHub↗
6,505 estrellas·1,680 forks·JavaScript·MIT·3 vistasvitalets.github.io/x-editable↗

X Editable

x-editable es una biblioteca de edición in-place de jQuery que convierte contenido estático en campos editables. Funciona como un editor de contenido en línea, permitiendo que las actualizaciones se realicen directamente en una página web sin la necesidad de navegación de página.

La biblioteca incluye un renderizador de entrada personalizable que soporta diversos formatos como campos de texto, selectores de fecha y editores de texto enriquecido. También cuenta con un validador de entrada del lado del cliente para verificar los valores editados contra reglas específicas antes de que los cambios sean confirmados.

El toolkit se integra con frameworks de UI incluyendo Bootstrap y jQuery UI. Proporciona disparadores de interacción configurables, como clics simples o dobles, para activar el modo de edición.

Features

  • In-Place Editing Inputs - Converts static content into editable fields using inline or popup modes to update information without page navigation.
  • Input Validation Rules - Verifies edited values against client and server rules to ensure data correctness before committing changes.
  • Input Component Renderers - Offers a set of diverse editable formats including text fields, date pickers and rich text editors.
  • Input Type Definitions - Supports a variety of input formats including text fields, date pickers, and rich text editors.
  • Inline Editors - Implements a UI pattern that replaces static text with input fields for updates without page navigation.
  • Client-Side Input Validators - Checks user entries against specific rules immediately after editing to ensure data correctness before server transmission.
  • jQuery Plugins - Adds interactive input fields and date pickers to existing web pages as a jQuery plugin.
  • Interaction Triggers - Monitors user clicks or double-clicks to trigger the transition from read-only text to editable fields.
  • Interaction Trigger Configurations - Allows users to define how an editable element activates, such as through single clicks or double clicks.
  • Asynchronous State Synchronizations - Provides asynchronous synchronization of edited values to a remote server using AJAX requests.
  • Pre-Commit Input Callbacks - Implements callback-based logic to verify user input before committing changes to the data source.
  • UI Frameworks - In-place editing for various frameworks.

Historial de estrellas

Gráfico del historial de estrellas de vitalets/x-editableGráfico del historial de estrellas de vitalets/x-editable

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a X Editable

Proyectos open-source similares, clasificados según cuántas características comparten con X Editable.
  • jquery-validation/jquery-validationAvatar de jquery-validation

    jquery-validation/jquery-validation

    10,327Ver en GitHub↗

    This project is a jQuery plugin and client-side form validator used to verify web form inputs before they are submitted to a server. It employs a rule-based validation engine to check user input against predefined or custom rules to ensure data integrity in the browser. The tool is designed as an ARIA-compliant validation system, using accessibility attributes to link error messages to input fields. This ensures that screen reader users are notified when a field contains an invalid value during the form submission process. The system supports remote server validation via asynchronous HTTP re

    JavaScript
    Ver en GitHub↗10,327
  • marmelab/react-adminAvatar de marmelab

    marmelab/react-admin

    26,780Ver en GitHub↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    TypeScriptadminadmin-dashboardadmin-on-rest
    Ver en GitHub↗26,780
  • davidstutz/bootstrap-multiselectAvatar de davidstutz

    davidstutz/bootstrap-multiselect

    3,676Ver en GitHub↗

    This project is a Bootstrap jQuery plugin that transforms standard HTML select elements into interactive dropdown menus. It serves as a client-side form enhancement and UI component designed to replace multiple-choice select inputs with a searchable button-triggered menu of checkboxes. The component provides a specialized interface for multi-select dropdowns that maintains a consistent visual style with the Bootstrap CSS framework. It allows for the customization of component markup, enabling the override of default structures for buttons, popups, and options. The plugin covers a range of fu

    HTML
    Ver en GitHub↗3,676
  • railsadminteam/rails_adminAvatar de railsadminteam

    railsadminteam/rails_admin

    7,957Ver en GitHub↗

    Rails Admin is a web-based management dashboard and Active Record model manager for Ruby on Rails applications. It provides a graphical user interface for creating, reading, updating, and deleting database records, serving as a secure back office for database content management and administrative data auditing. The project distinguishes itself through a reflection-based schema mapping system that automatically generates CRUD interfaces from database metadata. It includes specialized tools for data versioning and change auditing to track administrative activity, as well as utilities for import

    Ruby
    Ver en GitHub↗7,957
Ver las 30 alternativas a X Editable→

Preguntas frecuentes

¿Qué hace vitalets/x-editable?

x-editable es una biblioteca de edición in-place de jQuery que convierte contenido estático en campos editables. Funciona como un editor de contenido en línea, permitiendo que las actualizaciones se realicen directamente en una página web sin la necesidad de navegación de página.

¿Cuáles son las características principales de vitalets/x-editable?

Las características principales de vitalets/x-editable son: In-Place Editing Inputs, Input Validation Rules, Input Component Renderers, Input Type Definitions, Inline Editors, Client-Side Input Validators, jQuery Plugins, Interaction Triggers.

¿Qué alternativas de código abierto existen para vitalets/x-editable?

Las alternativas de código abierto para vitalets/x-editable incluyen: jquery-validation/jquery-validation — This project is a jQuery plugin and client-side form validator used to verify web form inputs before they are… marmelab/react-admin — React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL… davidstutz/bootstrap-multiselect — This project is a Bootstrap jQuery plugin that transforms standard HTML select elements into interactive dropdown… railsadminteam/rails_admin — Rails Admin is a web-based management dashboard and Active Record model manager for Ruby on Rails applications. It… bttstrp/bootstrap-switch — Bootstrap-switch is a jQuery plugin that transforms standard HTML checkboxes and radio buttons into visual toggle… angular/angular.js — AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags…