Skip to main content

Bug Tracker

Side navigation

#69 closed bug (fixed)

Opened July 15, 2006 06:10PM UTC

Closed September 30, 2006 02:36PM UTC

Last modified June 20, 2007 02:25AM UTC

Replacement :input, :radio, etc.

Reported by: john Owned by:
Priority: minor Milestone:
Component: core Version:
Keywords: Cc:
Blocked by: Blocking:
Description

There should be a feature to replace the removed "input" hack, something like:

:input (input, select, textarea)

:button

:radio

:checkbox

:submit

:text

:password

etc.

Attachments (0)
Change History (4)

Changed July 15, 2006 07:11PM UTC by Enchos@gmx.n comment:1

AFAIK this requires only some additions to the jQuery.g[":"] object, something like this:

input: "...",

text: "...",

password: "...",

checkbox: "...",

radio: "...",

submit: "...",

image: "...",

reset: "...",

button: "...",

hidden: "...",

file: "..."

These are all control types according to http://www.w3.org/TR/html4/interact/forms.html#h-17.4.1

If you provide one sample implementation, I could add the rest :-)

Changed September 17, 2006 11:43AM UTC by joern comment:2

resolution: → fixed
status: newclosed

Added to SVN.

Changed September 27, 2006 09:34PM UTC by joern comment:3

resolution: fixed
status: closedreopened
type: featurebug

:input should also select button elements

Changed September 30, 2006 02:36PM UTC by joern comment:4

resolution: → fixed
status: reopenedclosed

Fixed in SVN.