Bug Tracker

Modify

Ticket #7437 (closed enhancement: wontfix)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: w@… Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocking: Blocked by:

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"]'

Change History

comment:1 Changed 3 years ago by rwaldron

  • Status changed from new to closed
  • Resolution set to wontfix

This can be achieved already. Please look:

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.