awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jquery-validation avatar

jquery-validation/jquery-validation

0
View on GitHub↗
10,327 نجوم·2,718 تفرعات·JavaScript·MIT·3 مشاهداتjqueryvalidation.org↗

Jquery Validation

هذا المشروع عبارة عن مكون إضافي لـ jQuery ومتحقق من صحة النماذج من جانب العميل يُستخدم للتحقق من مدخلات نماذج الويب قبل إرسالها إلى خادم. يستخدم محرك تحقق قائماً على القواعد للتحقق من مدخلات المستخدم مقابل قواعد محددة مسبقاً أو مخصصة لضمان سلامة البيانات في المتصفح.

تم تصميم الأداة كنظام تحقق متوافق مع ARIA، باستخدام سمات إمكانية الوصول لربط رسائل الخطأ بحقول الإدخال. يضمن ذلك إخطار مستخدمي قارئ الشاشة عندما يحتوي الحقل على قيمة غير صالحة أثناء عملية إرسال النموذج.

يدعم النظام التحقق من الخادم البعيد عبر طلبات HTTP غير المتزامنة ويسمح بحقن القواعد الديناميكية لإضافة منطق تحقق مخصص. ويدير واجهة المستخدم من خلال عرض الخطأ المرتبط بـ DOM ويستخدم التشغيل القائم على الأحداث لتنفيذ الفحوصات أثناء أحداث التركيز، أو فقدان التركيز، أو الإرسال.

Features

  • Form Input Validation - Verifies form field values against a set of rules to ensure data integrity before submission.
  • Client-Side Data Sanitization - Prevents malformed data from being sent to the server by validating input on the client side.
  • Validation Rule Engines - Employs a rule-based engine to match input values against predefined logic functions.
  • Form Field Announcements - Marks invalid fields with accessibility attributes to announce error states to assistive technologies.
  • Form Field State Integrations - Uses ARIA attributes and state integrations to provide accessible error feedback for form controls.
  • Screen Reader Accessibility - Connects error messages to input fields using ARIA attributes to notify screen reader users.
  • WAI-ARIA Frameworks - Implements a validation system that uses ARIA attributes to maintain accessibility compliance.
  • Client-Side Input Validators - Verifies data integrity and correctness of user input in the browser before form submission.
  • Form Data Validation - Ensures user input in web forms meets specific requirements before being submitted to a server.
  • Form Validation Libraries - Provides a library for defining and enforcing validation rules on web form inputs.
  • jQuery Plugins - Extends jQuery to add a comprehensive rule-based validation system to web form elements.
  • Accessibility Attribute Mapping - Implements dynamic mapping of validation states to ARIA attributes to ensure screen reader accessibility.
  • Async Form Validators - Performs asynchronous validation checks against remote APIs to verify data in real time.
  • Dynamic Validation Rules - Supports the registration of custom validation logic at runtime to extend the validator's rule set.
  • UI Event Triggers - Automatically executes validation checks based on focus, blur, and form submission events.
  • Validation Error Renderers - Provides mechanisms for dynamically injecting and removing validation error messages within the form UI.
  • Remote Input Validation - Verifies form field values by sending asynchronous HTTP requests to a remote server endpoint.
  • Validation Plugins - Standard drop-in form validation.

سجل النجوم

مخطط تاريخ النجوم لـ jquery-validation/jquery-validationمخطط تاريخ النجوم لـ jquery-validation/jquery-validation

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Jquery Validation

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Jquery Validation.
  • guillaumepotier/parsley.jsالصورة الرمزية لـ guillaumepotier

    guillaumepotier/Parsley.js

    8,978عرض على GitHub↗

    Parsley.js is a JavaScript form validation library that provides a client-side data validator for verifying input correctness before submission. It functions as an HTML attribute-based validator, allowing constraints to be defined declaratively within HTML data attributes to enforce rules without requiring custom scripts. The framework distinguishes itself through a customizable validation system that supports user-defined rules and custom error message templates. It includes a remote validation interface to verify form values against server endpoints via asynchronous network requests and sup

    JavaScript
    عرض على GitHub↗8,978
  • stevenwanderski/bxslider-4الصورة الرمزية لـ stevenwanderski

    stevenwanderski/bxslider-4

    4,183عرض على GitHub↗

    This project is a jQuery content slider used to create responsive image galleries and touch-enabled carousels. It functions as an accessible UI component that displays images, video, or HTML content using hardware-accelerated animations. The slider includes built-in support for swipe gestures and finger-following navigation for touch-enabled devices. It integrates ARIA attributes, such as Aria Live and Aria Hidden, to ensure screen reader compatibility and accessibility for users of assistive technologies. The system provides comprehensive layout and navigation capabilities, including config

    JavaScriptbxslidercontent-sliderimage-slider
    عرض على GitHub↗4,183
  • hail2u/html-best-practicesالصورة الرمزية لـ hail2u

    hail2u/html-best-practices

    4,077عرض على GitHub↗

    This project is a comprehensive reference guide for writing clean, semantic, and maintainable HTML markup based on modern web standards. It provides a set of rules for implementing semantic HTML standards, using meaningful structural elements instead of generic containers to improve document hierarchy and machine readability. The guide establishes specific conventions for HTML formatting, covering indentation, tag casing, and source code organization to improve codebase maintainability. It also serves as a web accessibility reference, detailing the implementation of ARIA roles, alternative te

    عرض على GitHub↗4,077
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    عرض على GitHub↗5,924
عرض جميع البدائل الـ 30 لـ Jquery Validation→

الأسئلة الشائعة

ما هي وظيفة jquery-validation/jquery-validation؟

هذا المشروع عبارة عن مكون إضافي لـ jQuery ومتحقق من صحة النماذج من جانب العميل يُستخدم للتحقق من مدخلات نماذج الويب قبل إرسالها إلى خادم. يستخدم محرك تحقق قائماً على القواعد للتحقق من مدخلات المستخدم مقابل قواعد محددة مسبقاً أو مخصصة لضمان سلامة البيانات في المتصفح.

ما هي الميزات الرئيسية لـ jquery-validation/jquery-validation؟

الميزات الرئيسية لـ jquery-validation/jquery-validation هي: Form Input Validation, Client-Side Data Sanitization, Validation Rule Engines, Form Field Announcements, Form Field State Integrations, Screen Reader Accessibility, WAI-ARIA Frameworks, Client-Side Input Validators.

ما هي البدائل مفتوحة المصدر لـ jquery-validation/jquery-validation؟

تشمل البدائل مفتوحة المصدر لـ jquery-validation/jquery-validation: guillaumepotier/parsley.js — Parsley.js is a JavaScript form validation library that provides a client-side data validator for verifying input… stevenwanderski/bxslider-4 — This project is a jQuery content slider used to create responsive image galleries and touch-enabled carousels. It… hail2u/html-best-practices — This project is a comprehensive reference guide for writing clean, semantic, and maintainable HTML markup based on… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… bluebill1049/react-hook-form — react-hook-form is a React form state management library and cross-platform UI hook used to manage form inputs,… ansman/validate.js — Validate.js is a JavaScript library designed for declarative data validation and form processing. It provides a…