Search Results

15
votes

Is there a case insensitive jQuery :contains selector?

As of jQuery 1.3, this method is deprecated. To get this to work it needs to be defined as a function: jQuery.expr[':'].Contains = function(a,i,m){ return jQuery(a).text().toUpp …
0
votes

Google Chrome - strange display of html

This may be a long shot, but I was seeing similar issues in Chrome because I was using the TinyMCE editor. Something in the standard init() doesn't play well with webkit. (even though I wasn't usin …