jQuery plugin that returns simplest selector of elements.
Simplified generator of reselect selectors
JavaScript library for DOM operations
ECMAScript parsing infrastructure for multipurpose analysis
JQuery preset for conventional-changelog.
CSS selector engine supporting jQuery selectors
Topological sort of directed acyclic graphs (like dependecy lists)
A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
Unobtrusive scripting adapter for jQuery
Client-side form validation made easy
Migrate older jQuery code to jQuery 4.x
TypeScript definitions for jquery
tiny modular DOM lib for ie9+
a CSS selector compiler/engine
A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
Disallow jQuery functions with native equivalents.
Keep iframes sized to their content.
The default blueprint for ember-cli addons.
Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.
A duck punch for adding touch events to jQuery UI
Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
jQuery matchers and fixture loader for Jasmine framework
jQuery MiniColors Plugin
jquery regex selector for rails
Provide taiwan's zipcode selector
Provides abilty to use jQuery selectors in Watir tests
add data-role(@), data-block(@@) selectors into your Rails App
Ruby Cheerio is a jQuery style HTML parser, which take selectors as input. This is a Ruby version NodeJS package named 'Cheerio', which is extensively used by crawlers. Please visit the home page for usage details.
Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.
Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.
Guilded is a framework for building web based components centered around current web standards and best practices. The current framework is written in ruby, but could be ported to other languages. Guilded intends to provide a toolset for creating and consuming reusable web components. Currently, this problem domain is filled with JavaScript frameworks. These frameworks are wonderful and work very well. However, they do not degrade gracefully and are not accessible. Guilded seeks to provide the same level of "componentization" and ease of use without sacrificing degradability and accessibility. Guilded will achieve these goals by applying each technology at our disposal to do what it was intended. XHTML will be employed for content. CSS used for layout and styling. Behavior will be added to a component with JavaScript through progressive enhancement. The user will have the best experience with a Guilded component when CSS and JavaScript are enabled in their browser, but will still be able to use the component when CSS and JavaScript are disabled. Guilded will use jQuery as it's base JavaScript framework. jQuery was chosen because it lends itself to progressive enhancement due to the way it was authored. In addition, the tight integration of jQuery's selectors with CSS selectors is also highly desirable. When authoring a Guilded component, it is encouraged to write the behavior code as a jQuery plugin. This will allow the jQuery plugin to be used outside of the Guilded project, if desired. Guilded also seeks to provide a standardized CSS framework for creating layouts that are reusable and predictable. Guilded will utilize the currently existing RubyGems system to package its components. A new Guilded component will be packaged in a Gem and have a dependency on the Guilded gem. The Guilded gem contains the framework to build Guilded components. Update: Due to the quality components, etc. being generated by the MooTools community and the general quality of the library, we have decided to include support for it in Guilded as of release 0.3.0.
== Rails 3.1 javascript - Util asset pack == Sets up a window.Util object which includes * Spinner, with methods to set spinner next to element or hide the spinner * AjaxForm, to ajax enable simple forms * jQuery ajaxError global handler, exception data during development and friendly message in production == Usage spinner (js version) window.Util.spinner.nextTo('#my_button'); window.Util.spinner.nextTo('#my_button', 3, 4); // selector, top offset, left offset window.Util.spinner.hide(); ajax form (coffee script version) jQuery -> new window.Util.AjaxForm '#my_form', -> log "my_form submit success callback" == Install Update the Gemfile in your rails project, add the following line gem 'javascript_util_asset_pack' Run the generator rails generate javascript_util_asset_pack does the following: * Copy spinner.gif to /app/assets/images * Update application.html.erb adding javascript create window.Rails.env variable * Update application.html.erb adding image_tag for spinner.gif * Update application.js adding util_pack == WARNING * 0.0.10 and 0.0.11 are bad versions, use 0.0.12 or above == Coming Soon * configuration object * text in ajaxError overrides * spinner id override == Resources * spinner.gif generated using http://www.ajaxload.info == License The Unlicense (aka: public domain) http://unlicense.org == Ruby Gems * https://rubygems.org/gems/javascript_util_asset_pack