awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vitalets avatar

vitalets/x-editable

0
View on GitHub↗
6,505 星标·1,680 分支·JavaScript·MIT·2 次浏览vitalets.github.io/x-editable↗

X Editable

x-editable 是一个 jQuery 原位编辑库,将静态内容转换为可编辑字段。它作为一个内联内容编辑器,允许直接在网页上进行更新,而无需页面导航。

该库包括一个可定制的输入渲染器,支持文本字段、日期选择器和富文本编辑器等多种格式。它还具有客户端输入验证器,用于在提交更改之前根据特定规则验证编辑后的值。

该工具包与包括 Bootstrap 和 jQuery UI 在内的 UI 框架集成。它提供可配置的交互触发器(如单击或双击)来激活编辑模式。

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.

Star 历史

vitalets/x-editable 的 Star 历史图表vitalets/x-editable 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

X Editable 的开源替代方案

相似的开源项目,按与 X Editable 的功能重合度排序。
  • jquery-validation/jquery-validationjquery-validation 的头像

    jquery-validation/jquery-validation

    10,327在 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
    在 GitHub 上查看↗10,327
  • marmelab/react-adminmarmelab 的头像

    marmelab/react-admin

    26,780在 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
    在 GitHub 上查看↗26,780
  • davidstutz/bootstrap-multiselectdavidstutz 的头像

    davidstutz/bootstrap-multiselect

    3,676在 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
    在 GitHub 上查看↗3,676
  • railsadminteam/rails_adminrailsadminteam 的头像

    railsadminteam/rails_admin

    7,957在 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
    在 GitHub 上查看↗7,957
查看 X Editable 的所有 30 个替代方案→

常见问题解答

vitalets/x-editable 是做什么的?

x-editable 是一个 jQuery 原位编辑库,将静态内容转换为可编辑字段。它作为一个内联内容编辑器,允许直接在网页上进行更新,而无需页面导航。

vitalets/x-editable 的主要功能有哪些?

vitalets/x-editable 的主要功能包括:In-Place Editing Inputs, Input Validation Rules, Input Component Renderers, Input Type Definitions, Inline Editors, Client-Side Input Validators, jQuery Plugins, Interaction Triggers。

vitalets/x-editable 有哪些开源替代品?

vitalets/x-editable 的开源替代品包括: 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…