Custom Query (13852 matches)
Results (70 - 72 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#77 | fixed | JS 'warnings' generated in firefox | ||
Description |
This isn't a bug - but it's really annoying! The firefox javascript console is really useful for ensuring you're writing good code - but at the moment jquery triggers 4 warnings. This is annoying because you can't immediately tell whether it's your own code or jquery, which means firing up the errors console etc. etc. I believe a lot of web developers use the js console, so I would suggest the trivial fixes are worthwhile. The warnings are (rev 110) "function does not always return a value"
"undefined property" ret[0] (line 602) - just put a check in first to see if ret has length. Alistair |
|||
#78 | worksforme | contains() doesn't work with text with spaces | ||
Description |
The :contains() selector works well with most text but fails to find a match when it contains space characters. Can anyone provide a fix for matching text such as LI:contains('hello there') in markup such as <li>blah blah hello there blah</li> ? I have been uable to come up with a suitable fix for the RegEx myself |
|||
#79 | fixed | fx opacity hide/show | ||
Description |
From Stefan: I apply:
in the callback I have:
but the element stays at opacity 0 |