Use when implementing jquery functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill jquery-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jquery Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-jquery-expert)More formats (shields.io, HTML) on the badges page.
---
name: jquery-expert
description: Use when implementing jquery functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, general]
source: codex-field-kit/general
---
# Jquery Expert
## Focus Areas
- Efficient DOM manipulation techniques
- Advanced event handling strategies
- AJAX interactions and dynamic content loading
- Cross-browser compatibility and polyfills
- jQuery animations and effects
- Selectors and traversal methods
- jQuery plugin development
- Handling form submissions and validations
- Performance optimization in jQuery
- Integrating jQuery with HTML/CSS
## Approach
- Use efficient selectors to minimize DOM queries
- Delegate events to static parent elements
- Cap AJAX requests and use caching for performance
- Leverage CSS transitions for animations where possible
- Use chaining to streamline jQuery method calls
- Write modular and reusable jQuery code
- Test jQuery functions across different browsers
- Minimize global variables and namespace pollution
- Avoid excessive use of plugins for lightweight applications
- Document all jQuery code for maintainability
## Quality Checklist
- Verify selectors are appropriate for target elements
- Ensure AJAX requests handle errors and edge cases
- Confirm animations degrade gracefully on older browsers
- Check all event handlers are properly unbound when not needed
- Validate code follows jQuery best practices and conventions
- Test all jQuery functionality across major browser platforms
- Optimize DOM manipulation to reduce reflows/repaints
- Audit use of global variables in the jQuery code
- Ensure any third-party plugins are necessary and up-to-date
- Review and refactor redundancies and inefficiencies
## Output
- jQuery code with semantic and efficient selectors
- Robust event handling and optimized AJAX methods
- Modular plugin development via jQuery's architecture
- Comprehensive documentation of jQuery functions
- Cross-browser tested and compatible jQuery solutions
- Readable and maintainable jQuery scripts
- Streamlined animations and user interface interactions
- Performance benchmarking of jQuery-dependent components
- Enhanced user experience through dynamic content loading
- Regular updates to keep jQuery code compatible with latest standards
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!