Giter VIP home page Giter VIP logo

associated's Introduction

associated

npm install associated --save

Features

  • Get label(s) for a specified input
  • Get form control (input, textarea, select, button) for a specified label
  • Get associated form
  • Get associated radios

API

var associated = require('associated')

Parameters

  • $form refers to a jQuery-wrapped <form> element
  • $root refers to a jQuery-wrapped :root element
  • $input refers to a jQuery-wrapped <input> element
  • $textarea refers to a jQuery-wrapped <textarea> element
  • $select refers to a jQuery-wrapped <select> element
  • $button refers to a jQuery-wrapped <button> element
  • $control refers to a jQuery-wrapped form control: $input, $textarea, $select, or $button
  • $label refers to a jQuery-wrapped <label> element
  • $labels refers to a jQuery-wrapped <label> collection
  • $radio refers to a jQuery-wrapped radio input
  • $radios refers to a jQuery-wrapped radio input collection

Methods

associated.control($label)

  • Get $control associated with $label

associated.input($label)

  • Get $input associated with $label

associated.textarea($label)

  • Get $textarea associated with $label

associated.select($label)

  • Get $select associated with $label

associated.button($label)

  • Get $button associated with $label

associated.label($control)

  • Get the $label associated with $control

associated.labels($control)

  • Get all $labels associated with $control

associated.form($control)

  • Get associated $form or else $root

associated.radios($radio)

  • Get $radios associated by [name]

Chaining

Setup associated for use as plugin for jQuery or ender

$.prototype.associated = associated

Then use .associated to call methods from the chain like

$('#example').associated('form')

Links

associated's People

Contributors

ryanve avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.