Closed GoogleCodeExporter closed 9 years ago
Might refactor the "%%" to jQuery/CSS 3 style
E[foo^="bar"]
E[foo$="bar"]
E[foo*="bar"]
Original comment by John.Jian.Fang@gmail.com
on 10 Apr 2009 at 4:41
Partially matching support is also added. Now, you can use the
following
partial matches
"^text": starts with "text"
"$text": ends with "text"
"*text": contains "text"
For backward compatibility, I still leave "%%text" there, but should
remove "%%" later.
Original comment by John.Jian.Fang@gmail.com
on 11 Apr 2009 at 6:31
Original issue reported on code.google.com by
John.Jian.Fang@gmail.com
on 7 Mar 2009 at 8:44