1
0
Fork 0
forked from 0x2620/oxjs

update video form element css

This commit is contained in:
rlx 2011-11-04 15:13:51 +00:00
commit e2c2eeed43
4 changed files with 34 additions and 21 deletions

View file

@ -85,8 +85,8 @@ k<v k v < is less than (number)
k!<v k v !< is not less than (number)
k>v k v > is more than (number)
k!>v k v !> is not more than (number)
k=v:w k [v,w] - is between (number), is (string)
k!=v:w k [v,w] !- is not between (number), is not (string)
k=v:w k [v,w] = is between (number), contains (string or text)
k!=v:w k [v,w] != is not between (number), does not contain (string or text)
All parts of the URL can be omitted, as long as the order is preserved.