Skip to main content

Bug Tracker

Side navigation

#7437 closed enhancement (wontfix)

Opened November 08, 2010 05:45PM UTC

Closed November 08, 2010 08:08PM UTC

Attribute Not Starts With Selector [name^!="value"]

Reported by: w@ndrille.fr Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

Add the possibilities to add the ! to starts and end selector.

Example:

Select all link except mail link (to animate)

a[name^!="mailto"]

We actualy cannot do this.

We actualy just can do :

'a[name^="value"]' and 'a[name$="value"]'

but not :

'a[name^!="value"]' and 'a[name$!="value"]'

Attachments (0)
Change History (1)

Changed November 08, 2010 08:08PM UTC by rwaldron comment:1

resolution: → wontfix
status: newclosed

This can be achieved already. Please look:

http://jsfiddle.net/rwaldron/2ZxDp/1/