Agent Skills: jQuery UI

jQuery UI widget library integration for JWebMP providing interactions (drag, drop, resizable) and widgets (accordion, tabs, datepicker). Use when building interactive jQuery-based UIs.

UncategorizedID: GuicedEE/ai-rules/jwebmp-jquery-ui

Install this agent skill to your local

pnpm dlx add-skill https://github.com/GuicedEE/ai-rules/tree/HEAD/skills/.system/jwebmp-jquery-ui

Skill Files

Browse the full folder contents for jwebmp-jquery-ui.

Download Skill

Loading file tree…

skills/.system/jwebmp-jquery-ui/SKILL.md

Skill Metadata

Name
jwebmp-jquery-ui
Description
jQuery UI widget library integration for JWebMP providing interactions (drag, drop, resizable) and widgets (accordion, tabs, datepicker). Use when building interactive jQuery-based UIs.

jQuery UI

Overview

Integration of jQuery UI into JWebMP with typed component model, CRTP API, dual rendering (HTML/JSON), and page configurators.

Quick Start

import com.jwebmp.plugins.jqueryui.jQuery;

// Create component
// Example usage depends on the specific jQuery UI library

Use Cases

  • jQuery UI widgets, drag and drop, resizable elements
  • Integrating with JWebMP Component model
  • Server-driven event handling
  • Feature-based functionality

Installation

<dependency>
  <groupId>com.jwebmp.plugins</groupId>
  <artifactId>jquery-ui</artifactId>
</dependency>

Version managed by JWebMP BOM.

References

  • Module: com.jwebmp.plugins.jqueryui
  • Java: 25+
  • License: Apache 2.0

See Also

  • jwebmp-core - JWebMP core component model
  • Other JWebMP plugins - Explore additional integrations